Actually check lines other than the active line in the spellchecker dialog

This commit is contained in:
Thomas Goyne 2014-03-30 20:09:04 -07:00
parent dbec5ff0bc
commit 84c5eb25b3
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ bool DialogSpellChecker::FindNext() {
has_looped = true;
}
active_line = &*it;
if (CheckLine(active_line, 0, &commit_id))
return true;
}