Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Thu, 07 Aug 2014 15:18:04 UTC Commit: 497f8bec42e747a6aad4c1db536c8d6372d22abf https://github.com/geany/geany-plugins/commit/497f8bec42e747a6aad4c1db536c8d...
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).
plugins-commits@lists.geany.org