mirror of https://github.com/odrling/Aegisub
Fixed Replace Next not marking the script as modified.
Originally committed to SVN as r2935.
This commit is contained in:
parent
3ce80afadf
commit
3011ade060
|
@ -409,6 +409,7 @@ void SearchReplaceEngine::ReplaceNext(bool DoReplace) {
|
|||
|
||||
// Commit
|
||||
grid->ass->FlagAsModified(_("replace"));
|
||||
grid->CommitChanges();
|
||||
}
|
||||
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue