[issue33656] IDLE: Turn on DPI awareness on Windows

Terry J. Reedy report at bugs.python.org
Sat Jun 9 19:26:22 EDT 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Steve, I would like to add the SetProcessDpiAwareness(1) call to IDLE tomorrow, for 3.7.0 and 3.6.6.  Do I need to make it an avoidable option? Can it hurt people on some machines?  It seems to me that if tk is doing dpi scaling, then it should always be correct to tell Windows that it is doing so.

----------

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


More information about the Python-bugs-list mailing list