diff --git a/automark/src/automark.c b/automark/src/automark.c index e0f7b42f7..e6c9cbc5b 100644 --- a/automark/src/automark.c +++ b/automark/src/automark.c @@ -110,7 +110,10 @@ automark(gpointer user_data) /* Do not highlight while selecting text and allow other markers to work */ if (sci_has_selection(sci)) + { + editor_indicator_clear(editor, AUTOMARK_INDICATOR); return FALSE; + } text = get_current_word(editor->sci);