diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-06-12 21:04:52 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-06-12 21:04:52 +0200 |
| commit | 5ccfb74647db6917c054d6d67f91ed5a74e397ba (patch) | |
| tree | 47b28d0f31d5d3c0aa7351f0e5125d74744063d1 /src/tools | |
| parent | 58f73422b75059b5e12e229da14c885076956153 (diff) | |
Offer all KDM types no matter what standard is in use.
A user reports that on a Barco system they needed to use a
"DCI Specific" KDM with an Interop DCP.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic_kdm.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/dcpomatic_kdm.cc b/src/tools/dcpomatic_kdm.cc index 965ba7a0f..4d84f2f33 100644 --- a/src/tools/dcpomatic_kdm.cc +++ b/src/tools/dcpomatic_kdm.cc @@ -180,8 +180,7 @@ public: h = new StaticText (overall_panel, _("Output")); h->SetFont (subheading_font); right->Add (h, 0, wxTOP, DCPOMATIC_SIZER_Y_GAP * 2); - /* XXX: hard-coded non-interop here */ - _output = new KDMOutputPanel (overall_panel, false); + _output = new KDMOutputPanel (overall_panel); right->Add (_output, 0, wxALL, DCPOMATIC_SIZER_Y_GAP); _create = new Button (overall_panel, _("Create KDMs")); |
