summaryrefslogtreecommitdiffstats
path: root/library/scrlbar.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/scrlbar.tcl')
-rw-r--r--library/scrlbar.tcl6
1 files changed, 4 insertions, 2 deletions
diff --git a/library/scrlbar.tcl b/library/scrlbar.tcl
index 5a4d960..4cb95bd 100644
--- a/library/scrlbar.tcl
+++ b/library/scrlbar.tcl
@@ -314,7 +314,8 @@ proc ::tk::ScrollEndDrag {w x y} {
proc ::tk::ScrollByUnits {w orient amount} {
set cmd [$w cget -command]
- if {$cmd eq "" || ([string first [string index [$w cget -orient] 0] $orient] < 0)} {
+ if {$cmd eq "" || ([string first \
+ [string index [$w cget -orient] 0] $orient] < 0)} {
return
}
set info [$w get]
@@ -338,7 +339,8 @@ proc ::tk::ScrollByUnits {w orient amount} {
proc ::tk::ScrollByPages {w orient amount} {
set cmd [$w cget -command]
- if {$cmd eq "" || ([string first [string index [$w cget -orient] 0] $orient] < 0)} {
+ if {$cmd eq "" || ([string first \
+ [string index [$w cget -orient] 0] $orient] < 0)} {
return
}
set info [$w get]