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 | 0a891dc9860abcca1f9ec31405f0b06a972c3dc2 (patch) | |
tree | 80c571c5c99b5d762f35b4177e5bccf2d03a450c /library/ttk | |
parent | c6b785767e244966fb524472a0b23172b911901e (diff) | |
parent | 344cf39045e3cb9d139c0029ef35c8d8cf7cb260 (diff) | |
download | tk-0a891dc9860abcca1f9ec31405f0b06a972c3dc2.zip tk-0a891dc9860abcca1f9ec31405f0b06a972c3dc2.tar.gz tk-0a891dc9860abcca1f9ec31405f0b06a972c3dc2.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} |