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