Skip to content

Commit 57e720f

Browse files
author
csaba
committed
* scripts/scrollarea.tcl: Trace procedure slightly improved.
1 parent 522224c commit 57e720f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/scrollutil/scripts/scrollarea.tcl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ namespace eval scrollutil {
4545
variable scalingpct $origVal
4646
switch $op {
4747
w {
48-
return -code error "the variable ::scrollutil::scalingpct is\
49-
read-only"
48+
return -code error "the variable is read-only"
5049
}
5150
u {
5251
trace variable scalingpct wu \

0 commit comments

Comments
 (0)