From 6c1cbf9efcb27809cf31e0eca1417f7563a65e94 Mon Sep 17 00:00:00 2001 From: Fredrik Mellbin Date: Wed, 25 Jan 2006 00:21:16 +0000 Subject: [PATCH] Another videodisplay split fix Originally committed to SVN as r23. --- core/frame_main_events.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/frame_main_events.cpp b/core/frame_main_events.cpp index 05190fe90..a6af94191 100644 --- a/core/frame_main_events.cpp +++ b/core/frame_main_events.cpp @@ -617,7 +617,6 @@ void FrameMain::OnOpenStylesManager(wxCommandEvent& WXUNUSED(event)) { StyleManager.ShowModal(); EditBox->UpdateGlobals(); SubsBox->CommitChanges(); - videoBox->videoDisplay->RefreshVideo(); }