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 cheryl.sabella, louielu, ned.deily, serhiy.storchaka, terry.reedy
Date 2018-05-14.00:47:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526258845.2.0.682650639539.issue31500@psf.upfronthosting.co.za>
In-reply-to
Content
Does IDLE now work on your HiDPI screen without the patch? or does it not work even with the patch?  

I just got a 2.7 worktree working with Python built.  2.7.15+ comes with 8.5.19 instead of 8.5.15.  IDLE runs as I expect and windows look normal, as with 3.x, both before and after the patch.  

If calling fix_scaling ever causes anyone a problem on some particular combination of OS, Python, and Tk versions, they could neutralize it by adding the following after the current definition.

def fix_scaling: pass
History
Date User Action Args
2018-05-14 00:47:25terry.reedysetrecipients: + terry.reedy, ned.deily, serhiy.storchaka, louielu, cheryl.sabella
2018-05-14 00:47:25terry.reedysetmessageid: <1526258845.2.0.682650639539.issue31500@psf.upfronthosting.co.za>
2018-05-14 00:47:25terry.reedylinkissue31500 messages
2018-05-14 00:47:24terry.reedycreate