diff options
author | dgp <dgp@noemail.net> | 2013-11-12 12:51:45 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2013-11-12 12:51:45 (GMT) |
commit | b38d808e83b2975c3fdb6898f477bfeb0b08fe8d (patch) | |
tree | da1471ad331462f17c904f19b3dab58d7e7617e8 /library/ttk | |
parent | a25c89481b3484d649d46017c4226d2bcb0a5f87 (diff) | |
download | tk-b38d808e83b2975c3fdb6898f477bfeb0b08fe8d.zip tk-b38d808e83b2975c3fdb6898f477bfeb0b08fe8d.tar.gz tk-b38d808e83b2975c3fdb6898f477bfeb0b08fe8d.tar.bz2 |
Fix "creative writing" flaw.
FossilOrigin-Name: f97bbb16d3185b8cc0daa0c1066c31515a9d10af
Diffstat (limited to 'library/ttk')
-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} |