summaryrefslogtreecommitdiffstats
path: root/library/scale.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/scale.tcl')
-rw-r--r--library/scale.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/scale.tcl b/library/scale.tcl
index d5de754..b4da824 100644
--- a/library/scale.tcl
+++ b/library/scale.tcl
@@ -270,8 +270,9 @@ proc ::tk::ScaleButton2Down {w x y} {
variable ::tk::Priv
if {[$w cget -state] eq "disabled"} {
- return
+ return
}
+
$w configure -state active
$w set [$w get $x $y]
set Priv(dragging) 1