From a604ee1e8b1fad61a50f2bcd435fb7b9d2ccab6b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 21 Jul 2013 01:00:02 +0100 Subject: Improve scaling description layout. --- src/wx/video_panel.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc index 47e32c5e8..b72bae035 100644 --- a/src/wx/video_panel.cc +++ b/src/wx/video_panel.cc @@ -288,6 +288,7 @@ VideoPanel::setup_scaling_description () } _scaling_description->SetLabel (d); + _sizer->Layout (); } -- cgit v1.2.3