diff options
author | fvogel <fvogelnew1@free.fr> | 2016-02-09 21:36:19 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-02-09 21:36:19 (GMT) |
commit | da061a037670e4bc29f960a349403aac50cd915c (patch) | |
tree | 95981a882f67c7265356d2d0b262cb690931eff6 /generic/tkText.c | |
parent | fe236b4cfe544d14e84df23e27d07f7efba752d5 (diff) | |
download | tk-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.c | 1 |
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; |