diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-04 09:59:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-04 09:59:36 (GMT) |
commit | 52c2b26db4d625bd600120dda9108e4eac8e44fb (patch) | |
tree | b4c414f9af689ca18d29bbf5bca52a6b56217e77 /macosx | |
parent | 94d80d3e248cdbdddfbb76b7070abdfaaa5a8648 (diff) | |
download | tk-52c2b26db4d625bd600120dda9108e4eac8e44fb.zip tk-52c2b26db4d625bd600120dda9108e4eac8e44fb.tar.gz tk-52c2b26db4d625bd600120dda9108e4eac8e44fb.tar.bz2 |
Too quick conclusion: all lines and text were gone :-). Reverting most of previous commit
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXDefault.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/tkMacOSXDefault.h b/macosx/tkMacOSXDefault.h index 4e73ac9..6463ea2 100644 --- a/macosx/tkMacOSXDefault.h +++ b/macosx/tkMacOSXDefault.h @@ -549,6 +549,7 @@ * Defaults for canvas text: */ +#define DEF_CANVTEXT_FILL NORMAL_FG #define DEF_CANVTEXT_FONT "TkDefaultFont" /* @@ -558,6 +559,7 @@ #define DEF_CANVBMAP_FG NORMAL_FG #define DEF_CANVITEM_OUTLINE NORMAL_FG +#define DEF_CANVLINE_FILL DEF_CANVITEM_OUTLINE /* * Defaults for toplevels (most of the defaults for frames also apply |