diff --git a/aegisub/src/video_context.cpp b/aegisub/src/video_context.cpp index cdcf72d62..4e1ede5e1 100644 --- a/aegisub/src/video_context.cpp +++ b/aegisub/src/video_context.cpp @@ -274,6 +274,8 @@ void VideoContext::SetVideo(const wxString &filename) { // Show warning wxString warning = provider->GetWarning().c_str(); if (!warning.IsEmpty()) wxMessageBox(warning,_T("Warning"),wxICON_WARNING | wxOK); + + UpdateDisplays(true); } catch (wxString &e) {