mirror of https://github.com/odrling/Aegisub
Actually check lines other than the active line in the spellchecker dialog
This commit is contained in:
parent
dbec5ff0bc
commit
84c5eb25b3
|
@ -224,6 +224,7 @@ bool DialogSpellChecker::FindNext() {
|
|||
has_looped = true;
|
||||
}
|
||||
|
||||
active_line = &*it;
|
||||
if (CheckLine(active_line, 0, &commit_id))
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue