]> granicus.if.org Git - python/commit
bpo-37902: IDLE: Add scrolling for IDLE browsers. (GH-15368)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Sep 2019 01:53:47 +0000 (18:53 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Sep 2019 01:53:47 +0000 (18:53 -0700)
commit9c2654d1aa85968fede1b888fba86aebc06c5be6
treefe3449baeca0a2a70e0374da4cf44cac1d659d00
parent6ad0a2c45f78020f7994e47620c1cf7b225f8197
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>
Lib/idlelib/NEWS.txt
Lib/idlelib/editor.py
Lib/idlelib/idle_test/test_multicall.py
Lib/idlelib/idle_test/test_tree.py
Lib/idlelib/tree.py
Misc/ACKS
Misc/NEWS.d/next/IDLE/2019-08-21-16-02-49.bpo-37902._R_adE.rst [new file with mode: 0644]