summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_editor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/dcpomatic_editor.cc')
-rw-r--r--src/tools/dcpomatic_editor.cc2
1 files changed, 1 insertions, 1 deletions
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<dcp::Reel> reel, int) {
return reel->id();
},
- false,
+ EditableListTitle::INVISIBLE,
EditableListButton::EDIT
);
sizer->Add(_reels, wxGBPosition(r, 1), wxDefaultSpan, wxEXPAND);