This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: setup in Pen.__init__()
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: loewis Nosy List: gregorlingl, loewis
Priority: release blocker Keywords:

Created on 2006-06-29 21:46 by gregorlingl, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg28991 - (view) Author: Gregor Lingl (gregorlingl) Date: 2006-06-29 21:46
Each time a Pen is constructed, the graphics
window is resized and recenter (if position or
size was changed before by the user).

I think a call of a window-oriented function
doesn't belong in the Pen-cunstructor.

Must somehow be called separately.
msg28992 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-07-03 09:44
Logged In: YES 
user_id=21627

Thanks for the report. I fixed in r47208 by only calling
setup when _canvas gets initialized.
History
Date User Action Args
2022-04-11 14:56:18adminsetgithub: 43581
2006-06-29 21:46:40gregorlinglcreate