diff --git a/core/frame_main_events.cpp b/core/frame_main_events.cpp index d47011a0f..05190fe90 100644 --- a/core/frame_main_events.cpp +++ b/core/frame_main_events.cpp @@ -605,7 +605,6 @@ void FrameMain::OnOpenProperties (wxCommandEvent &event) { int res = Properties.ShowModal(); if (res) { SubsBox->CommitChanges(); - videoBox->videoDisplay->RefreshVideo(); } }