Actually check lines other than the active line in the spellchecker dialog
This commit is contained in:
parent
dbec5ff0bc
commit
84c5eb25b3
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ bool DialogSpellChecker::FindNext() {
|
||||||
has_looped = true;
|
has_looped = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
active_line = &*it;
|
||||||
if (CheckLine(active_line, 0, &commit_id))
|
if (CheckLine(active_line, 0, &commit_id))
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue