]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:58:22 +0000 (18:58 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Sep 2019 01:58:22 +0000 (18:58 -0700)
commit16af39aa84cc3553c51d57461964ab4e28029184
tree54452d6855008f89ea7ed4d17b0e646da20d9286
parent8873bff2871078e9f23e6c7d942d3a8edbd0921f
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]