diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2017-07-29 04:49:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-29 04:49:39 (GMT) |
commit | b331f80b4765c3201674a7ca8b35c9d4a65efe79 (patch) | |
tree | a3ffd0fbe3a4c6684d38566461ddfab91184a14b /Misc | |
parent | 5d0f30aae5fccc99690923fc5c7cb58de8ad7eec (diff) | |
download | cpython-b331f80b4765c3201674a7ca8b35c9d4a65efe79.zip cpython-b331f80b4765c3201674a7ca8b35c9d4a65efe79.tar.gz cpython-b331f80b4765c3201674a7ca8b35c9d4a65efe79.tar.bz2 |
bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (#2938)
The notebook looks a bit better. It will work better with separate page classes. Traversal of widgets by Tab works better. Switching tabs with keys becomes possible. The font sample box works better at large font sizes.
One of the two simulated click tests no longer works. This will be investigated while fixing a bug with the widget itself.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2017-07-28-18-59-06.bpo-30781.ud5m18.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-07-28-18-59-06.bpo-30781.ud5m18.rst b/Misc/NEWS.d/next/IDLE/2017-07-28-18-59-06.bpo-30781.ud5m18.rst new file mode 100644 index 0000000..18f40a4 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2017-07-28-18-59-06.bpo-30781.ud5m18.rst @@ -0,0 +1 @@ +IDLE - Use ttk Notebook in ConfigDialog |