summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2013-11-12 12:51:45 (GMT)
committerdgp@users.sourceforge.net <dgp>2013-11-12 12:51:45 (GMT)
commit63befed19dc100e048b56940a8013c6a04396ae0 (patch)
treec772da3fdba3ef8252011f6af6c7f95ec6aef7f0 /library
parente16997693c78c7f7e8e63113f5f5bcd95178abec (diff)
downloadtk-63befed19dc100e048b56940a8013c6a04396ae0.zip
tk-63befed19dc100e048b56940a8013c6a04396ae0.tar.gz
tk-63befed19dc100e048b56940a8013c6a04396ae0.tar.bz2
Fix "creative writing" flaw.
Diffstat (limited to 'library')
-rw-r--r--library/ttk/fonts.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/ttk/fonts.tcl b/library/ttk/fonts.tcl
index 52298c5..a2781c6 100644
--- a/library/ttk/fonts.tcl
+++ b/library/ttk/fonts.tcl
@@ -60,7 +60,7 @@
namespace eval ttk {
-set tip145 [catch {font create TkDefaultFont}]
+variable tip145 [catch {font create TkDefaultFont}]
catch {font create TkTextFont}
catch {font create TkHeadingFont}
catch {font create TkCaptionFont}