Use explicit parameters to the EditableList constructor, and allow
[dcpomatic.git] / src / tools / dcpomatic_combiner.cc
index 4532b04299981c35297d97d5b3bee0dbc1ef83eb..5a6457d465baea48fe0e5b5048e7316bc865ca0f 100644 (file)
@@ -100,8 +100,8 @@ public:
                        boost::bind(&DOMFrame::inputs, this),
                        boost::bind(&DOMFrame::set_inputs, this, _1),
                        &display_string,
-                       false,
-                       true
+                       true,
+                       EditableListButton::NEW | EditableListButton::REMOVE
                        );
 
                auto output = new wxFlexGridSizer (2, DCPOMATIC_SIZER_X_GAP, DCPOMATIC_SIZER_Y_GAP);