]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH-103821)
authorChristopher Chavez <chrischavez@gmx.us>
Fri, 2 Feb 2024 10:38:43 +0000 (04:38 -0600)
committerGitHub <noreply@github.com>
Fri, 2 Feb 2024 10:38:43 +0000 (10:38 +0000)
commitd25d4ee60cc789a8b9c222859bb720ade1ab2e30
tree177adef01e1bb60ff9955802fc67ee08b642c9ac
parent53339a0ef72fcfc15221792b117c4670b07a0b20
gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH-103821)

Also fix test_mousewheel: do not skip a check which was broken due to incorrect
delta on Aqua and XQuartz, and probably not because of `.update_idletasks()`.
Lib/idlelib/editor.py
Lib/idlelib/idle_test/test_sidebar.py
Lib/idlelib/tree.py
Misc/NEWS.d/next/IDLE/2023-04-25-03-01-23.gh-issue-103820.LCSpza.rst [new file with mode: 0644]