diff options
author | dgp <dgp@users.sourceforge.net> | 2013-11-12 13:24:55 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-11-12 13:24:55 (GMT) |
commit | ff32dfae22846c7a5e3e85b77309a9c186a3b56f (patch) | |
tree | 80c571c5c99b5d762f35b4177e5bccf2d03a450c /library/ttk | |
parent | 0375a1fbe92d413821c252b7ccdb28ea608cf54c (diff) | |
parent | 1f5fc183bc9b936bcf73c6138df3b699567545d6 (diff) | |
download | tk-ff32dfae22846c7a5e3e85b77309a9c186a3b56f.zip tk-ff32dfae22846c7a5e3e85b77309a9c186a3b56f.tar.gz tk-ff32dfae22846c7a5e3e85b77309a9c186a3b56f.tar.bz2 |
Fix "creative writing" problem.
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} |