forked from mia/Aegisub
Fixed Replace Next not marking the script as modified.
Originally committed to SVN as r2935.
This commit is contained in:
parent
988df0ab81
commit
1520e51dd0
1 changed files with 1 additions and 0 deletions
|
@ -409,6 +409,7 @@ void SearchReplaceEngine::ReplaceNext(bool DoReplace) {
|
|||
|
||||
// Commit
|
||||
grid->ass->FlagAsModified(_("replace"));
|
||||
grid->CommitChanges();
|
||||
}
|
||||
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue