summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvText.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-04 09:59:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-04 09:59:36 (GMT)
commit52c2b26db4d625bd600120dda9108e4eac8e44fb (patch)
treeb4c414f9af689ca18d29bbf5bca52a6b56217e77 /generic/tkCanvText.c
parent94d80d3e248cdbdddfbb76b7070abdfaaa5a8648 (diff)
downloadtk-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 'generic/tkCanvText.c')
-rw-r--r--generic/tkCanvText.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkCanvText.c b/generic/tkCanvText.c
index 92c520c..648647c 100644
--- a/generic/tkCanvText.c
+++ b/generic/tkCanvText.c
@@ -107,7 +107,7 @@ static const Tk_ConfigSpec configSpecs[] = {
{TK_CONFIG_BITMAP, "-disabledstipple", NULL, NULL,
NULL, Tk_Offset(TextItem, disabledStipple), TK_CONFIG_NULL_OK, NULL},
{TK_CONFIG_COLOR, "-fill", NULL, NULL,
- NULL, Tk_Offset(TextItem, color), TK_CONFIG_NULL_OK, NULL},
+ DEF_CANVTEXT_FILL, Tk_Offset(TextItem, color), TK_CONFIG_NULL_OK, NULL},
{TK_CONFIG_FONT, "-font", NULL, NULL,
DEF_CANVTEXT_FONT, Tk_Offset(TextItem, tkfont), 0, NULL},
{TK_CONFIG_JUSTIFY, "-justify", NULL, NULL,