summaryrefslogtreecommitdiffstats
path: root/tests/ttk
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2006-11-12 21:32:19 (GMT)
committerjenglish <jenglish@flightlab.com>2006-11-12 21:32:19 (GMT)
commit47ce4df6b048104c8ceaf5640daf5f22785f4590 (patch)
treedfb7bbe148674c8ecd0a153ae42185957f59a488 /tests/ttk
parentde4c02e6bf791d2a84db56fe77ff5dddfdefe6b1 (diff)
downloadtk-47ce4df6b048104c8ceaf5640daf5f22785f4590.zip
tk-47ce4df6b048104c8ceaf5640daf5f22785f4590.tar.gz
tk-47ce4df6b048104c8ceaf5640daf5f22785f4590.tar.bz2
Workaround for #1583038
Diffstat (limited to 'tests/ttk')
-rw-r--r--tests/ttk/ttk.test2
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