summaryrefslogtreecommitdiffstats
path: root/tests/scale.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-11-07 15:44:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-11-07 15:44:31 (GMT)
commit0dab15d4e0bfcfdc3e83a4dd764a1137e0018903 (patch)
treeae820ff4007abe5a2e9df51efed98864a0e97dc5 /tests/scale.test
parent29365745fb90efc1a5ee27040f1767ebb8e04175 (diff)
parent171f7018fb9492e7341d08b7ea4489ef16193073 (diff)
downloadtk-0dab15d4e0bfcfdc3e83a4dd764a1137e0018903.zip
tk-0dab15d4e0bfcfdc3e83a4dd764a1137e0018903.tar.gz
tk-0dab15d4e0bfcfdc3e83a4dd764a1137e0018903.tar.bz2
Get menu-32.8 and scale-19 fixes from 8.5.
Diffstat (limited to 'tests/scale.test')
-rw-r--r--tests/scale.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/scale.test b/tests/scale.test
index 32ce1ff..a8d08a8 100644
--- a/tests/scale.test
+++ b/tests/scale.test
@@ -1366,6 +1366,7 @@ test scale-19 {Bug [3529885fff] - Click in through goes in wrong direction} \
-setup {
catch {destroy .s}
catch {destroy .s1 .s2 .s3 .s4}
+ unset -nocomplain x1 x2 x3 x4 x y
scale .s1 -from 0 -to 100 -resolution 1 -variable x1 -digits 4 -orient horizontal -length 100
scale .s2 -from 0 -to 100 -resolution -1 -variable x2 -digits 4 -orient horizontal -length 100
scale .s3 -from 100 -to 0 -resolution 1 -variable x3 -digits 4 -orient horizontal -length 100