Fix two more badly-adapted instantiations of EditableList and make
[dcpomatic.git] / src / tools / dcpomatic_editor.cc
index 075cf177f091bea364a9424162818f0903dccae4..6bb3c2785eb396b4fd22f74210c8d140950924b3 100644 (file)
@@ -221,7 +221,7 @@ public:
                        [](shared_ptr<dcp::Reel> reel, int) {
                                return reel->id();
                        },
-                       false,
+                       EditableListTitle::INVISIBLE,
                        EditableListButton::EDIT
                );
                sizer->Add(_reels, wxGBPosition(r, 1), wxDefaultSpan, wxEXPAND);