Fix small DCP standard choice (#2475).
[dcpomatic.git] / 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"));
+       _sizer->Layout();
 }