bpo-33656: Mention color in idlelib/NEWS.txt entry. (#7646)

This commit is contained in:
Terry Jan Reedy 2018-06-11 16:53:41 -04:00 committed by GitHub
parent 46c5cd0f6e
commit 4b704f29f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -6,10 +6,11 @@ Released on 2018-06-18?
bpo-33656: On Windows, add API call saying that tk scales for DPI. bpo-33656: On Windows, add API call saying that tk scales for DPI.
On Windows 8.1+ or 10, with DPI compatibility properties of the Python On Windows 8.1+ or 10, with DPI compatibility properties of the Python
binary unchanged, and a monitor resolution greater than 96 DPI, this binary unchanged, and a monitor resolution greater than 96 DPI, this
should make text and lines sharper. It should otherwise have no should make text and lines sharper and some colors brighter.
effect. If perchance it make text worse on your monitor, you can On other systems, it should have no effect. If you have a custom theme,
disable the ctypes.OleDLL call near the top of pyshell.py and report you may want to adjust a color or two. If perchance it make text worse
the problem on python-list or idle-dev@python.org. on your monitor, you can disable the ctypes.OleDLL call near the top of
pyshell.py and report the problem on python-list or idle-dev@python.org.
bpo-33768: Clicking on a context line moves that line to the top bpo-33768: Clicking on a context line moves that line to the top
of the editor window. of the editor window.