summaryrefslogtreecommitdiff
path: root/src/wx/timeline.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-01-01 21:20:51 +0000
committerCarl Hetherington <cth@carlh.net>2022-01-16 00:38:53 +0100
commit7b66e9c9de6df12f49b358d9496a9e64b68db550 (patch)
treea7174cc9c15afb6ee7c8a462b4899d4e86ab4e82 /src/wx/timeline.cc
parent348c4507bc8d37de6da9f4b2ecd1ae1b180c47d2 (diff)
Primitive auto-crop (#1477).
Diffstat (limited to 'src/wx/timeline.cc')
-rw-r--r--src/wx/timeline.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timeline.cc b/src/wx/timeline.cc
index 1c5937ae0..60b17c45c 100644
--- a/src/wx/timeline.cc
+++ b/src/wx/timeline.cc
@@ -77,7 +77,7 @@ Timeline::Timeline (wxWindow* parent, ContentPanel* cp, shared_ptr<Film> film, w
, _left_down (false)
, _down_view_position (0)
, _first_move (false)
- , _menu (this)
+ , _menu (this, viewer)
, _snap (true)
, _tool (SELECT)
, _x_scroll_rate (16)