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



commit 6f7a0beb5429db285498dee1f31dae1953f73bff
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 025f37d..c3ab00f 100644
--- a/gspell/gspell-inline-checker-text-buffer.c
+++ b/gspell/gspell-inline-checker-text-buffer.c
@@ -1000,6 +1000,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]