bpo-31500: Default fonts now are scaled on HiDPI displays. (#10015)

[2.7] bpo-31500: Add idlelib news items about HiDPI scaling
This commit is contained in:
Terry Jan Reedy 2018-10-20 19:34:12 -04:00 committed by GitHub
parent 18c44cc0c1
commit f125d788ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ What's New in IDLE 2.7.16?
==========================
*Release date: 2019-01-01?*
bpo-31500: Default fonts now are scaled on HiDPI displays.
bpo-34275: Make calltips always visible on Mac.
Patch by Kevin Walzer.