From 48db3ab310ec675c60d7e2f89724a496c98312ed Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Sun, 1 Jul 2007 00:59:26 +0000 Subject: [PATCH] More actual update after running macros. Originally committed to SVN as r1325. --- aegisub/frame_main_events.cpp | 1 + 1 file changed, 1 insertion(+) 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); }