From 5ccfb74647db6917c054d6d67f91ed5a74e397ba Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 12 Jun 2021 21:04:52 +0200 Subject: 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. --- src/wx/kdm_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wx/kdm_dialog.cc') diff --git a/src/wx/kdm_dialog.cc b/src/wx/kdm_dialog.cc index c44321ac5..9b6b0927c 100644 --- a/src/wx/kdm_dialog.cc +++ b/src/wx/kdm_dialog.cc @@ -108,7 +108,7 @@ KDMDialog::KDMDialog (wxWindow* parent, shared_ptr film) h = new StaticText (this, _("Output")); h->SetFont (subheading_font); right->Add (h, 0, wxTOP, DCPOMATIC_SIZER_Y_GAP * 2); - _output = new KDMOutputPanel (this, film->interop ()); + _output = new KDMOutputPanel (this); right->Add (_output, 0, wxEXPAND | wxTOP, DCPOMATIC_SIZER_GAP); _make = new Button (this, _("Make KDMs")); -- cgit v1.2.3