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 | 344cf39045e3cb9d139c0029ef35c8d8cf7cb260 (patch) | |
tree | da1471ad331462f17c904f19b3dab58d7e7617e8 /library | |
parent | f433b49a47c41cb546fec64135779377f784843c (diff) | |
download | tk-344cf39045e3cb9d139c0029ef35c8d8cf7cb260.zip tk-344cf39045e3cb9d139c0029ef35c8d8cf7cb260.tar.gz tk-344cf39045e3cb9d139c0029ef35c8d8cf7cb260.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} |