1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

Another videodisplay split fix

Originally committed to SVN as r23.
This commit is contained in:
Fredrik Mellbin 2006-01-25 00:21:16 +00:00
parent 16729ec5ea
commit 6c1cbf9efc

View File

@ -617,7 +617,6 @@ void FrameMain::OnOpenStylesManager(wxCommandEvent& WXUNUSED(event)) {
StyleManager.ShowModal();
EditBox->UpdateGlobals();
SubsBox->CommitChanges();
videoBox->videoDisplay->RefreshVideo();
}