diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-01 21:20:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-16 00:38:53 +0100 |
| commit | 7b66e9c9de6df12f49b358d9496a9e64b68db550 (patch) | |
| tree | a7174cc9c15afb6ee7c8a462b4899d4e86ab4e82 /src/wx/timeline.cc | |
| parent | 348c4507bc8d37de6da9f4b2ecd1ae1b180c47d2 (diff) | |
Primitive auto-crop (#1477).
Diffstat (limited to 'src/wx/timeline.cc')
| -rw-r--r-- | src/wx/timeline.cc | 2 |
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) |
