summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-04 15:05:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-04 15:05:31 (GMT)
commit98c52dc56a711e891f95d8e5bdb3b75507dee6b9 (patch)
tree0e99e412acbb7cbb77d63833111059f1948c6cec /tests
parent24bb9dda59ff526f18fee2b721f9cb5edb845297 (diff)
parent7510073a3db80f1dd4261ad1f602d4fc719efdb8 (diff)
downloadtk-98c52dc56a711e891f95d8e5bdb3b75507dee6b9.zip
tk-98c52dc56a711e891f95d8e5bdb3b75507dee6b9.tar.gz
tk-98c52dc56a711e891f95d8e5bdb3b75507dee6b9.tar.bz2
Merge 8.6
Move TkpRedrawWidget/TkpWillDrawWidget to entries 185/186 of stub table, that's where they were in Tk 8.6
Diffstat (limited to 'tests')
-rw-r--r--tests/spinbox.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spinbox.test b/tests/spinbox.test
index a9649a3..9cf10a4 100644
--- a/tests/spinbox.test
+++ b/tests/spinbox.test
@@ -3239,7 +3239,7 @@ test spinbox-17.3 {SpinboxUpdateScrollbar procedure} -body {
update idletasks
set timeout [after 500 {set scrollInfo {-1000000 -1000000}}]
.e insert 0 abcdefghijklmnopqrs
- .e xview
+ .e xview
vwait scrollInfo
format {%.6f %.6f} {*}$scrollInfo
} -cleanup {