diff options
author | fvogel <fvogelnew1@free.fr> | 2014-10-21 22:31:23 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2014-10-21 22:31:23 (GMT) |
commit | 180d7a54d787d46ab9864daa475b02345a10bb16 (patch) | |
tree | a9afb8cb04bce094a7fcae7ee8f8fa9a7b8558e1 /tests/textDisp.test | |
parent | d379ee9cbafa57fcfd2c6d9cca16db84730f8185 (diff) | |
download | tk-180d7a54d787d46ab9864daa475b02345a10bb16.zip tk-180d7a54d787d46ab9864daa475b02345a10bb16.tar.gz tk-180d7a54d787d46ab9864daa475b02345a10bb16.tar.bz2 |
Fixed remaining issue with textDisp-29.2.4bug_857686bb3d
Diffstat (limited to 'tests/textDisp.test')
-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 6ff71f8..70c7208 100644 --- a/tests/textDisp.test +++ b/tests/textDisp.test @@ -3451,7 +3451,7 @@ test textDisp-29.2.4 {miscellaneous: lines wrap but are still too long} {textfon .t2.t xview scroll 17 pixels update list [.t2.t xview] [winfo geom .t2.t.f] [.t2.t bbox 1.3] -} [list [list [expr {17.0/300}] [expr {(20.0*$fixedWidth + 17)/300}]] 300x50+[expr {$twbw + $twht + 1 - 17}]+[expr {$twbw + $twht + $fixedHeight + 1}] [list [expr {$twbw + $twht + $fixedWidth + 1 - 17}] [expr {$twbw + $twht + $fixedHeight + 50 + 1}] $fixedWidth $fixedHeight]] +} [list [list [expr {17.0/300}] [expr {(20.0*$fixedWidth + 17)/300}]] 300x50+[expr {$twbw + $twht + 1 - 17}]+[expr {$twbw + $twht + $fixedHeight + 1}] {}] test textDisp-29.2.5 {miscellaneous: can show last character} { catch {destroy .t2} toplevel .t2 |