Fix small DCP standard choice (#2475).
authorCarl Hetherington <cth@carlh.net>
Fri, 3 Mar 2023 22:53:14 +0000 (23:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 5 Mar 2023 10:26:33 +0000 (11:26 +0100)
src/wx/dcp_panel.cc

index 3e121054326473fd4017285f1cb23868cfcef1cc..6574bcdb314397c14f388397fc218857b9200671 100644 (file)
@@ -171,6 +171,7 @@ DCPPanel::add_standards()
                _standard->add(_("SMPTE (Bv2.0 only)"), N_("smpte-bv20"));
        }
        _standard->add(_("Interop"), N_("interop"));
                _standard->add(_("SMPTE (Bv2.0 only)"), N_("smpte-bv20"));
        }
        _standard->add(_("Interop"), N_("interop"));
+       _sizer->Layout();
 }
 
 
 }