summaryrefslogtreecommitdiffstats
path: root/library/ttk
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-20 12:40:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-20 12:40:14 (GMT)
commitf16e08b414d8bc9e5f66ab5038f0dc33e7111633 (patch)
treef1ed6d768529207b539575fe137335f50170f669 /library/ttk
parent06ab717260bbdc988e95498dc27019590a249f5a (diff)
parentaaff12ba204676c3d3ea1563a1ae186c17ba6d14 (diff)
downloadtk-f16e08b414d8bc9e5f66ab5038f0dc33e7111633.zip
tk-f16e08b414d8bc9e5f66ab5038f0dc33e7111633.tar.gz
tk-f16e08b414d8bc9e5f66ab5038f0dc33e7111633.tar.bz2
Merge 8.7.
Button-4|5|6|7 binding no longer necessary
Diffstat (limited to 'library/ttk')
-rw-r--r--library/ttk/scrollbar.tcl3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/ttk/scrollbar.tcl b/library/ttk/scrollbar.tcl
index fdba265..4ac0760 100644
--- a/library/ttk/scrollbar.tcl
+++ b/library/ttk/scrollbar.tcl
@@ -26,9 +26,6 @@ switch [tk windowingsystem] {
aqua {
lappend eventList <Option-MouseWheel>
}
- x11 {
- lappend eventList <Button-4> <Button-5> <Button-6> <Button-7>
- }
}
foreach event $eventList {
bind TScrollbar $event [bind Scrollbar $event]