mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Fixed shift times bug
Originally committed to SVN as r213.
This commit is contained in:
parent
201360fd0a
commit
7fe7d5cddb
@ -259,6 +259,8 @@ void DialogShiftTimes::OnOK(wxCommandEvent &event) {
|
||||
Options.Save();
|
||||
|
||||
// End dialog
|
||||
grid->ass->FlagAsModified();
|
||||
grid->CommitChanges();
|
||||
grid->UpdateMaps();
|
||||
EndModal(0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user