diff options
author | jenglish <jenglish@flightlab.com> | 2006-11-12 21:32:19 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2006-11-12 21:32:19 (GMT) |
commit | 47ce4df6b048104c8ceaf5640daf5f22785f4590 (patch) | |
tree | dfb7bbe148674c8ecd0a153ae42185957f59a488 /tests | |
parent | de4c02e6bf791d2a84db56fe77ff5dddfdefe6b1 (diff) | |
download | tk-47ce4df6b048104c8ceaf5640daf5f22785f4590.zip tk-47ce4df6b048104c8ceaf5640daf5f22785f4590.tar.gz tk-47ce4df6b048104c8ceaf5640daf5f22785f4590.tar.bz2 |
Workaround for #1583038
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ttk/ttk.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ttk/ttk.test b/tests/ttk/ttk.test index 1532a24..654f174 100644 --- a/tests/ttk/ttk.test +++ b/tests/ttk/ttk.test @@ -96,7 +96,7 @@ test ttk-6.9 "Bad font spec in styles" -setup { } -cleanup { ttk::style theme use default } -body { - pack [ttk::label .l -text Hi!] + pack [ttk::label .l -text Hi! -font {}] event generate .l <Expose> update destroy .l |