diff options
Diffstat (limited to 'tests/font.test')
-rw-r--r-- | tests/font.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/font.test b/tests/font.test index b00aeb1..24816e3 100644 --- a/tests/font.test +++ b/tests/font.test @@ -2426,7 +2426,7 @@ test font-47.2 {Bug 3049518,TIP 608 - Canvas} -body { -width 1 -joinstyle round -smooth true -fill {} -outline blue] pack $c -fill both -expand 1 -side top tkwait visibility $c - + # Lamda test functions set circle_text {{w user_data text circ} { if {[winfo class $w] ne "Canvas"} { @@ -2493,7 +2493,7 @@ test font-47.3 {Bug 3049518, TIP 608 - Label} -body { } return $img }} - + set testWorldChanged {{w user_data} { global make-img if {$user_data ne "FontChanged"} { |