[issue45681] tkinter breaks on high resolution screen after ctypes SetProcessDPIAware()

E. Paine report at bugs.python.org
Mon Nov 1 08:15:22 EDT 2021


E. Paine <xepaine13 at gmail.com> added the comment:

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)?

----------
nosy: +epaine, serhiy.storchaka, terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45681>
_______________________________________


More information about the Python-bugs-list mailing list