diff options
Diffstat (limited to 'library/ttk')
-rw-r--r-- | library/ttk/scrollbar.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/ttk/scrollbar.tcl b/library/ttk/scrollbar.tcl index c488833..0fd4c6a 100644 --- a/library/ttk/scrollbar.tcl +++ b/library/ttk/scrollbar.tcl @@ -21,7 +21,7 @@ bind TScrollbar <ButtonRelease-2> { ttk::scrollbar::Release %W %x %y } # bind TScrollbar <MouseWheel> [bind Scrollbar <MouseWheel>] bind TScrollbar <Option-MouseWheel> [bind Scrollbar <Option-MouseWheel>] -bind TScrollbar <Control-MouseWheel> [bind Scrollbar <Control-MouseWheel>] +bind TScrollbar <Extended-MouseWheel> [bind Scrollbar <Extended-MouseWheel>] proc ttk::scrollbar::Scroll {w n units} { set cmd [$w cget -command] |