diff options
author | fvogel <fvogelnew1@free.fr> | 2017-12-08 23:33:52 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-12-08 23:33:52 (GMT) |
commit | 663224dd87e820b4dfd86f4f97e3a08d66387ec9 (patch) | |
tree | 316e690861cca19ae735c135bfea338df4a660a5 | |
parent | b8f4b813b3abbae07d41e160310b87b44cea1b42 (diff) | |
download | tk-663224dd87e820b4dfd86f4f97e3a08d66387ec9.zip tk-663224dd87e820b4dfd86f4f97e3a08d66387ec9.tar.gz tk-663224dd87e820b4dfd86f4f97e3a08d66387ec9.tar.bz2 |
Fix [43e38f1bcc]: entry-3.2 (in ttk) fails on macOS
-rw-r--r-- | tests/ttk/entry.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ttk/entry.test b/tests/ttk/entry.test index 0c2f0be..d95ef31 100644 --- a/tests/ttk/entry.test +++ b/tests/ttk/entry.test @@ -85,7 +85,7 @@ test entry-2.2 "Initial scroll position" -body { # Bounding box / scrolling tests. test entry-3.0 "Series 3 setup" -body { ttk::style theme use default - variable fixed fixed + variable fixed TkFixedFont variable cw [font measure $fixed a] variable ch [font metrics $fixed -linespace] variable bd 2 ;# border + padding |