summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-02-09 21:44:23 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-02-09 21:44:23 (GMT)
commit7c5f4b62829c4efa7ee754d566c45a0be0ace440 (patch)
treebd4912b7ebe50ba16c8f957cceb5b9330bfa945e /generic/tkText.c
parent797f245ca2d4aafd6a0f7ad853cccd32a7942171 (diff)
downloadtk-7c5f4b62829c4efa7ee754d566c45a0be0ace440.zip
tk-7c5f4b62829c4efa7ee754d566c45a0be0ace440.tar.gz
tk-7c5f4b62829c4efa7ee754d566c45a0be0ace440.tar.bz2
-overstrikefg tag configuration option: implementation
Diffstat (limited to 'generic/tkText.c')
-rw-r--r--generic/tkText.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tkText.c b/generic/tkText.c
index 7010601..19dce65 100644
--- a/generic/tkText.c
+++ b/generic/tkText.c
@@ -2294,6 +2294,7 @@ ConfigureText(
|| (textPtr->selTagPtr->fgStipple != None)
|| (textPtr->selTagPtr->selFgStipple != None)
|| (textPtr->selTagPtr->overstrikeString != NULL)
+ || (textPtr->selTagPtr->overstrikeColor != NULL)
|| (textPtr->selTagPtr->underlineString != NULL)
|| (textPtr->selTagPtr->underlineColor != NULL)) {
textPtr->selTagPtr->affectsDisplay = 1;