diff options
author | Louie Lu <git@louie.lu> | 2017-07-09 22:57:18 (GMT) |
---|---|---|
committer | terryjreedy <tjreedy@udel.edu> | 2017-07-09 22:57:18 (GMT) |
commit | bb2bae84d6b29f991b757b46430c3c15c60059e9 (patch) | |
tree | 798d791f545387f53b44a25d25fbb301765998ee /Misc/NEWS.d/next/IDLE | |
parent | 9648088e6ccd6d0cc04f450f55628fd8eda3784c (diff) | |
download | cpython-bb2bae84d6b29f991b757b46430c3c15c60059e9.zip cpython-bb2bae84d6b29f991b757b46430c3c15c60059e9.tar.gz cpython-bb2bae84d6b29f991b757b46430c3c15c60059e9.tar.bz2 |
bpo-30870: IDLE: Change sample font when select by key-up/down (#2617)
Patch by Louie Lu.
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2017-07-08-17-57-04.bpo-30870.IcR2pf.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-07-08-17-57-04.bpo-30870.IcR2pf.rst b/Misc/NEWS.d/next/IDLE/2017-07-08-17-57-04.bpo-30870.IcR2pf.rst new file mode 100644 index 0000000..1bd0cbb --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2017-07-08-17-57-04.bpo-30870.IcR2pf.rst @@ -0,0 +1,2 @@ +IDLE: In Settings dialog, select font with Up, Down keys as well as mouse. +Initial patch by Louie Lu. |