summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-11-16 13:48:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-11-16 13:48:50 (GMT)
commit025a48fb5523bb8835464ea459db86d60df00d21 (patch)
tree1af19a99b56b4497e347342da05e9be136a3713e /tests
parent31aa24abc4ab8adb59d1173538019582bcf92c94 (diff)
parenteaad06dfab9f12af40967edfef6a9a5348af92f2 (diff)
downloadtk-025a48fb5523bb8835464ea459db86d60df00d21.zip
tk-025a48fb5523bb8835464ea459db86d60df00d21.tar.gz
tk-025a48fb5523bb8835464ea459db86d60df00d21.tar.bz2
Improve user experience related to [http://core.tcl.tk/tk/tktview/1499165|dancing scrollbars]. Patch by Koen Danckaert.
Diffstat (limited to 'tests')
-rw-r--r--tests/textDisp.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/textDisp.test b/tests/textDisp.test
index a6bbfd7..9c6af70 100644
--- a/tests/textDisp.test
+++ b/tests/textDisp.test
@@ -4104,7 +4104,7 @@ test textDisp-33.2 {one line longer than fits in the widget} {
.tt debug 1
set tk_textHeightCalc ""
.tt insert 1.0 [string repeat "more wrap + " 1]
- after 100 ; update
+ after 100 ; update idletasks
# Nothing should have been recalculated.
set tk_textHeightCalc
} {}
@@ -4184,7 +4184,7 @@ test textDisp-34.1 {Text widgets multi-scrolling problem: Bug 2677890} -setup {
return $result
} -cleanup {
destroy .t1 .sy
-} -result {{0.0 1.0} {0.0 1.0} {0.0 1.0} {0.0 0.24}}
+} -result {{0.0 0.24} {0.0 0.24} {0.0 0.24} {0.0 0.24}}
deleteWindows
option clear