Refresh video display after undo/redo.

Originally committed to SVN as r4687.
This commit is contained in:
Thomas Goyne 2010-07-18 05:45:58 +00:00
parent 63cda2d755
commit 46d03e3e2b

View file

@ -1165,6 +1165,7 @@ void FrameMain::OnUndo(wxCommandEvent&) {
ass->Undo();
UpdateTitle();
SubsGrid->UpdateMaps(true);
VideoContext::Get()->Refresh();
}
/// @brief Redo
@ -1173,6 +1174,7 @@ void FrameMain::OnRedo(wxCommandEvent&) {
ass->Redo();
UpdateTitle();
SubsGrid->UpdateMaps(true);
VideoContext::Get()->Refresh();
}
/// @brief Find