[gspell/gspell-1-0] inline-checker-text-buffer: queue a redraw in remove_tag_to_word()



commit ddf0b67697e94baee46a8ff77a7124d77b399f56
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Jul 9 15:05:23 2016 +0200

    inline-checker-text-buffer: queue a redraw in remove_tag_to_word()
    
    The hack was missing at that place.

 gspell/gspell-inline-checker-text-buffer.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gspell/gspell-inline-checker-text-buffer.c b/gspell/gspell-inline-checker-text-buffer.c
index 058a902..e9c39dd 100644
--- a/gspell/gspell-inline-checker-text-buffer.c
+++ b/gspell/gspell-inline-checker-text-buffer.c
@@ -1006,6 +1006,8 @@ remove_tag_to_word (GspellInlineCheckerTextBuffer *spell,
 
                iter = match_end;
        }
+
+       queue_draw_hack (spell);
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]