Fixed shift times bug
Originally committed to SVN as r213.
This commit is contained in:
parent
201360fd0a
commit
7fe7d5cddb
1 changed files with 2 additions and 0 deletions
|
@ -259,6 +259,8 @@ void DialogShiftTimes::OnOK(wxCommandEvent &event) {
|
||||||
Options.Save();
|
Options.Save();
|
||||||
|
|
||||||
// End dialog
|
// End dialog
|
||||||
|
grid->ass->FlagAsModified();
|
||||||
|
grid->CommitChanges();
|
||||||
grid->UpdateMaps();
|
grid->UpdateMaps();
|
||||||
EndModal(0);
|
EndModal(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue