Refresh video display after undo/redo.
Originally committed to SVN as r4687.
This commit is contained in:
parent
63cda2d755
commit
46d03e3e2b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue