[issue24390] Python 3.4.3 64 bits is not "high dpi aware"

Amaury Forgeot d'Arc report at bugs.python.org
Tue Jun 9 11:35:53 CEST 2015


Amaury Forgeot d'Arc added the comment:

The Python program itself has no UI and cannot be marked as "DPI aware".

Instead, applications should call the win32 function "SetProcessDPIAwareness": https://msdn.microsoft.com/en-us/library/windows/desktop/dn302122

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24390>
_______________________________________


More information about the Python-bugs-list mailing list