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.

Author terry.reedy
Recipients aroberge, cheryl.sabella, terry.reedy
Date 2019-05-25.16:35:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558802110.0.0.434437660248.issue37039@roundup.psfhosted.org>
In-reply-to
Content
Andre Roberge reported on idle-dev that Restore Height has no effect for him with Python 3.7.3, 32 bit, on Windows 10.  Since it works for me on Win 10, 3.7.3-32 bit local debug build and 3.7.3-64 bit installed and ditto for 3.8, I am initially baffled.

Andre, the only way I know to debug this is for you to add debug prints to zoomheight.py and start IDLE in a console, to see the print output, with 'py -m idlelib' (add -3.7 if needed).  The first thing I can think of is 'print(geom)' and 'print(newgeom)' in zoom_height() after they are fetched and defined near the top and bottom.
History
Date User Action Args
2019-05-25 16:35:10terry.reedysetrecipients: + terry.reedy, aroberge, cheryl.sabella
2019-05-25 16:35:09terry.reedysetmessageid: <1558802110.0.0.434437660248.issue37039@roundup.psfhosted.org>
2019-05-25 16:35:09terry.reedylinkissue37039 messages
2019-05-25 16:35:09terry.reedycreate