diff options
author | dgp <dgp@users.sourceforge.net> | 2013-11-12 12:51:45 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-11-12 12:51:45 (GMT) |
commit | 1f5fc183bc9b936bcf73c6138df3b699567545d6 (patch) | |
tree | da1471ad331462f17c904f19b3dab58d7e7617e8 /library | |
parent | 214d03616692872a0fd8ada460b01fd776307018 (diff) | |
download | tk-1f5fc183bc9b936bcf73c6138df3b699567545d6.zip tk-1f5fc183bc9b936bcf73c6138df3b699567545d6.tar.gz tk-1f5fc183bc9b936bcf73c6138df3b699567545d6.tar.bz2 |
Fix "creative writing" flaw.
Diffstat (limited to 'library')
-rw-r--r-- | library/ttk/fonts.tcl | 2 |
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} |