X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Ftools%2Fdcpomatic_editor.cc;h=6bb3c2785eb396b4fd22f74210c8d140950924b3;hb=69326e73b29be371dacbdacd741a0a88a5ef1a5b;hp=075cf177f091bea364a9424162818f0903dccae4;hpb=f37c1e40dcd5186c5aee95a4b0e6607c1b0045e4;p=dcpomatic.git diff --git a/src/tools/dcpomatic_editor.cc b/src/tools/dcpomatic_editor.cc index 075cf177f..6bb3c2785 100644 --- a/src/tools/dcpomatic_editor.cc +++ b/src/tools/dcpomatic_editor.cc @@ -221,7 +221,7 @@ public: [](shared_ptr reel, int) { return reel->id(); }, - false, + EditableListTitle::INVISIBLE, EditableListButton::EDIT ); sizer->Add(_reels, wxGBPosition(r, 1), wxDefaultSpan, wxEXPAND);