X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fkdm_dialog.cc;h=9b6b0927c089bb32ab6b38e97d11a3db236692dc;hp=c44321ac55c0a931b21b633e6a5894adc9b1f19f;hb=5ccfb74647db6917c054d6d67f91ed5a74e397ba;hpb=58f73422b75059b5e12e229da14c885076956153 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"));