summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDefault.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-04 09:27:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-04 09:27:21 (GMT)
commit94d80d3e248cdbdddfbb76b7070abdfaaa5a8648 (patch)
tree26610a20969bd5b4fa95c33048469099780d9d26 /macosx/tkMacOSXDefault.h
parent9840be13ed8bf8995b4969c0d99d82f3f1c93357 (diff)
downloadtk-94d80d3e248cdbdddfbb76b7070abdfaaa5a8648.zip
tk-94d80d3e248cdbdddfbb76b7070abdfaaa5a8648.tar.gz
tk-94d80d3e248cdbdddfbb76b7070abdfaaa5a8648.tar.bz2
Remove DEF_CANVLINE_FILL/DEF_CANVTEXT_FILL, since the default fill value (according the documentation) is {}. This has no visible effect.
Modify canvas items demo, so it can be run on wish8.5 (for visual comparison)
Diffstat (limited to 'macosx/tkMacOSXDefault.h')
-rw-r--r--macosx/tkMacOSXDefault.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/tkMacOSXDefault.h b/macosx/tkMacOSXDefault.h
index 6463ea2..4e73ac9 100644
--- a/macosx/tkMacOSXDefault.h
+++ b/macosx/tkMacOSXDefault.h
@@ -549,7 +549,6 @@
* Defaults for canvas text:
*/
-#define DEF_CANVTEXT_FILL NORMAL_FG
#define DEF_CANVTEXT_FONT "TkDefaultFont"
/*
@@ -559,7 +558,6 @@
#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