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 epaine
Recipients GabeMillikan, epaine, serhiy.storchaka, terry.reedy
Date 2021-11-01.12:15:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635768922.8.0.0875801831132.issue45681@roundup.psfhosted.org>
In-reply-to
Content
What happens if you use `ctypes.windll.user32.SetProcessDPIAware(1)` (note the 1)? Also, are the checkboxes on the IDLE config dialog affected (since IDLE also sets the dpi awareness: see https://github.com/python/cpython/blob/main/Lib/idlelib/pyshell.py#L14-L22)?
History
Date User Action Args
2021-11-01 12:15:22epainesetrecipients: + epaine, terry.reedy, serhiy.storchaka, GabeMillikan
2021-11-01 12:15:22epainesetmessageid: <1635768922.8.0.0875801831132.issue45681@roundup.psfhosted.org>
2021-11-01 12:15:22epainelinkissue45681 messages
2021-11-01 12:15:22epainecreate