summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-02-09 21:36:19 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-02-09 21:36:19 (GMT)
commitda061a037670e4bc29f960a349403aac50cd915c (patch)
tree95981a882f67c7265356d2d0b262cb690931eff6 /generic/tkText.c
parentfe236b4cfe544d14e84df23e27d07f7efba752d5 (diff)
downloadtk-da061a037670e4bc29f960a349403aac50cd915c.zip
tk-da061a037670e4bc29f960a349403aac50cd915c.tar.gz
tk-da061a037670e4bc29f960a349403aac50cd915c.tar.bz2
-selectfgstipple 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 7a2a6d5..ccc9691 100644
--- a/generic/tkText.c
+++ b/generic/tkText.c
@@ -2292,6 +2292,7 @@ ConfigureText(
|| (textPtr->selTagPtr->fgColor != NULL)
|| (textPtr->selTagPtr->selFgColor != NULL)
|| (textPtr->selTagPtr->fgStipple != None)
+ || (textPtr->selTagPtr->selFgStipple != None)
|| (textPtr->selTagPtr->overstrikeString != NULL)
|| (textPtr->selTagPtr->underlineString != NULL)) {
textPtr->selTagPtr->affectsDisplay = 1;