diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-03-03 23:53:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-05 11:26:33 +0100 |
| commit | 4ec9f7096050e9d1107628ffc28b785fba3020a0 (patch) | |
| tree | 98804142dd53b5c538087dcca329ec8fd0363f90 | |
| parent | a2637cc0d95076c463a9dfee248137e5211d1a7d (diff) | |
Fix small DCP standard choice (#2475).
| -rw-r--r-- | src/wx/dcp_panel.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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(); } |
