summaryrefslogtreecommitdiff
path: root/src/wx/controls.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/controls.cc')
-rw-r--r--src/wx/controls.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/controls.cc b/src/wx/controls.cc
index 57adeb34b..fce3fd7eb 100644
--- a/src/wx/controls.cc
+++ b/src/wx/controls.cc
@@ -67,7 +67,7 @@ using namespace dcpomatic;
Controls::Controls(wxWindow* parent, FilmViewer& viewer, bool editor_controls)
: wxPanel(parent)
- , _markers(new MarkersPanel(this, viewer))
+ , _markers(new MarkersPanel(this, viewer, editor_controls))
, _slider(new wxSlider(this, wxID_ANY, 0, 0, 4096))
, _viewer(viewer)
, _rewind_button(new Button(this, char_to_wx("|<")))