summaryrefslogtreecommitdiffstats
path: root/library/ttk/scale.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/ttk/scale.tcl')
-rw-r--r--library/ttk/scale.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/ttk/scale.tcl b/library/ttk/scale.tcl
index 69b9dd8..0816d9e 100644
--- a/library/ttk/scale.tcl
+++ b/library/ttk/scale.tcl
@@ -49,6 +49,7 @@ proc ttk::scale::Press {w x y} {
set State(dragging) 1
set State(initial) [$w get]
}
+ default {}
}
}
@@ -69,6 +70,7 @@ proc ttk::scale::Jump {w x y} {
*slider {
Press $w $x $y
}
+ default {}
}
}