diff options
author | fvogel <fvogelnew1@free.fr> | 2015-12-23 17:12:55 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2015-12-23 17:12:55 (GMT) |
commit | 57861d59eb37ef07b73b33a520091bf256c72b99 (patch) | |
tree | 48349d32ce3183e178c3175cad3478c892f24eb1 /tests | |
parent | f9b0ceca7b9605cfb1f2de0b7d1315f0d33aec3f (diff) | |
parent | 72714043437b73af454d18ff6def2c16d810c758 (diff) | |
download | tk-57861d59eb37ef07b73b33a520091bf256c72b99.zip tk-57861d59eb37ef07b73b33a520091bf256c72b99.tar.gz tk-57861d59eb37ef07b73b33a520091bf256c72b99.tar.bz2 |
Made test textDisp-16.18 pass again on Win7 after [a4bf73e4b8]: map the text widget earlier
Diffstat (limited to 'tests')
-rw-r--r-- | tests/textDisp.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textDisp.test b/tests/textDisp.test index 038eccd..7aa2fef 100644 --- a/tests/textDisp.test +++ b/tests/textDisp.test @@ -2021,9 +2021,9 @@ test textDisp-16.18 {TkTextYviewCmd procedure, "moveto" roundoff} {textfonts} { wm geometry .top1 +0+0 text .top1.t -height 3 -width 4 -wrap none -setgrid 1 -padx 6 \ -spacing3 6 - .top1.t insert end "1\n2\n3\n4\n5\n6" pack .top1.t update + .top1.t insert end "1\n2\n3\n4\n5\n6" .top1.t yview moveto 0.3333 set result [.top1.t yview] destroy .top1 |