More actual update after running macros.

Originally committed to SVN as r1325.
This commit is contained in:
Niels Martin Hansen 2007-07-01 00:59:26 +00:00
parent 7e8de1c389
commit 48db3ab310
1 changed files with 1 additions and 0 deletions

View File

@ -1000,6 +1000,7 @@ void FrameMain::OnAutomationMacro (wxCommandEvent &event) {
// Have the grid update its maps, this properly refreshes it to reflect the changed subs
SubsBox->UpdateMaps();
SubsBox->EndBatch();
SubsBox->CommitChanges(true, false);
}