From 4ec9f7096050e9d1107628ffc28b785fba3020a0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 3 Mar 2023 23:53:14 +0100 Subject: [PATCH] Fix small DCP standard choice (#2475). --- src/wx/dcp_panel.cc | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.30.2