[geany/geany-plugins] 497f8b: Fix marker blinking by specifying of which indicator to clear

Enrico Tröger git-noreply at xxxxx
Thu Aug 7 15:18:04 UTC 2014


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Thu, 07 Aug 2014 15:18:04 UTC
Commit:      497f8bec42e747a6aad4c1db536c8d6372d22abf
             https://github.com/geany/geany-plugins/commit/497f8bec42e747a6aad4c1db536c8d6372d22abf

Log Message:
-----------
Fix marker blinking by specifying of which indicator to clear

Patch by Pavel Roschin, thanks.


Modified Paths:
--------------
    spellcheck/src/gui.c

Modified: spellcheck/src/gui.c
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -405,6 +405,7 @@ static void indicator_clear_on_line(GeanyDocument *doc, gint line_number)
 	start_pos = sci_get_position_from_line(doc->editor->sci, line_number);
 	length = sci_get_line_length(doc->editor->sci, line_number);
 
+	sci_indicator_set(doc->editor->sci, GEANY_INDICATOR_ERROR);
 	sci_indicator_clear(doc->editor->sci, start_pos, length);
 }
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list