diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-09-05 01:53:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-05 01:53:47 (GMT) |
commit | 9c2654d1aa85968fede1b888fba86aebc06c5be6 (patch) | |
tree | fe3449baeca0a2a70e0374da4cf44cac1d659d00 /Misc/NEWS.d/next/IDLE/2019-08-21-16-02-49.bpo-37902._R_adE.rst | |
parent | 6ad0a2c45f78020f7994e47620c1cf7b225f8197 (diff) | |
download | cpython-9c2654d1aa85968fede1b888fba86aebc06c5be6.zip cpython-9c2654d1aa85968fede1b888fba86aebc06c5be6.tar.gz cpython-9c2654d1aa85968fede1b888fba86aebc06c5be6.tar.bz2 |
bpo-37902: IDLE: Add scrolling for IDLE browsers. (GH-15368)
Modify the wheel event handler so it can also be used for module, path, and stack browsers.
Patch by George Zhang.
(cherry picked from commit 2cd902585815582eb059e3b40e014ebe4e7fdee7)
Co-authored-by: GeeTransit <geetransit@gmail.com>
Diffstat (limited to 'Misc/NEWS.d/next/IDLE/2019-08-21-16-02-49.bpo-37902._R_adE.rst')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-08-21-16-02-49.bpo-37902._R_adE.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-08-21-16-02-49.bpo-37902._R_adE.rst b/Misc/NEWS.d/next/IDLE/2019-08-21-16-02-49.bpo-37902._R_adE.rst new file mode 100644 index 0000000..24b4142 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2019-08-21-16-02-49.bpo-37902._R_adE.rst @@ -0,0 +1,2 @@ +Add mousewheel scrolling for IDLE module, path, and stack browsers. +Patch by George Zhang. |