diff --git a/src/ui/highlighter.cpp b/src/ui/highlighter.cpp --- a/src/ui/highlighter.cpp +++ b/src/ui/highlighter.cpp @@ -386,7 +386,7 @@ } d->wordCount = 0; d->errorCount = 0; - if (d->automatic) { + if (d->automatic || d->active) { d->rehighlightRequest->start(0); } }