summaryrefslogtreecommitdiffstats
path: root/library/scrlbar.tcl
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2015-01-30 15:27:00 (GMT)
committerKevin Walzer <kw@codebykevin.com>2015-01-30 15:27:00 (GMT)
commitbcde7b5b7afb793a7300bd511a37b78a87c25267 (patch)
treed9397c2110d4ed67517b5c545b04433ca99f0e1c /library/scrlbar.tcl
parentd6a7bbf485d5e7342f6abba5a631cf081e321201 (diff)
downloadtk-bcde7b5b7afb793a7300bd511a37b78a87c25267.zip
tk-bcde7b5b7afb793a7300bd511a37b78a87c25267.tar.gz
tk-bcde7b5b7afb793a7300bd511a37b78a87c25267.tar.bz2
Scrolling is now working at an acceptable level; using Unix bindings to drive scrolling in Tk window, and just requiring Mac HITheme scrollbar to re-draw itself
Diffstat (limited to 'library/scrlbar.tcl')
-rw-r--r--library/scrlbar.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/scrlbar.tcl b/library/scrlbar.tcl
index 1f8c7d2..688d40a 100644
--- a/library/scrlbar.tcl
+++ b/library/scrlbar.tcl
@@ -14,8 +14,8 @@
# The code below creates the default class bindings for scrollbars.
#-------------------------------------------------------------------------
-# Standard Motif bindings:
-if {[tk windowingsystem] eq "x11"} {
+# Standard Motif bindings:
+if {[tk windowingsystem] eq "x11" || [tk windowingsystem] eq "aqua"} {
bind Scrollbar <Enter> {
if {$tk_strictMotif} {