We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522224c commit 57e720fCopy full SHA for 57e720f
modules/scrollutil/scripts/scrollarea.tcl
@@ -45,8 +45,7 @@ namespace eval scrollutil {
45
variable scalingpct $origVal
46
switch $op {
47
w {
48
- return -code error "the variable ::scrollutil::scalingpct is\
49
- read-only"
+ return -code error "the variable is read-only"
50
}
51
u {
52
trace variable scalingpct wu \
0 commit comments