From: Carl Hetherington Date: Fri, 3 Mar 2023 22:53:14 +0000 (+0100) Subject: Fix small DCP standard choice (#2475). X-Git-Tag: v2.16.46~3 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=4ec9f7096050e9d1107628ffc28b785fba3020a0;ds=sidebyside Fix small DCP standard choice (#2475). --- diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index 3e1210543..6574bcdb3 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -171,6 +171,7 @@ DCPPanel::add_standards() _standard->add(_("SMPTE (Bv2.0 only)"), N_("smpte-bv20")); } _standard->add(_("Interop"), N_("interop")); + _sizer->Layout(); }