Fix strange layout problems with the content sub panels (#2059).
[dcpomatic.git] / src / wx / video_panel.cc
index e3c12b4ae5035d2b0fd73063296edfd047706068..4b1e8b2290f4462263b6301130505e1581e7f6f1 100644 (file)
@@ -492,7 +492,7 @@ VideoPanel::setup_description ()
        }
 
        checked_set (_description, d);
-       _sizer->Layout ();
+       layout ();
 }
 
 void