diff --git a/aegisub/frame_main_events.cpp b/aegisub/frame_main_events.cpp index 605dab42f..9e42445e7 100644 --- a/aegisub/frame_main_events.cpp +++ b/aegisub/frame_main_events.cpp @@ -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); }