Fixed shift times bug

Originally committed to SVN as r213.
This commit is contained in:
Rodrigo Braz Monteiro 2006-03-06 00:48:56 +00:00
parent 201360fd0a
commit 7fe7d5cddb
1 changed files with 2 additions and 0 deletions

View File

@ -259,6 +259,8 @@ void DialogShiftTimes::OnOK(wxCommandEvent &event) {
Options.Save();
// End dialog
grid->ass->FlagAsModified();
grid->CommitChanges();
grid->UpdateMaps();
EndModal(0);
}