summaryrefslogtreecommitdiff
path: root/src/wx/content_timeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/content_timeline.h')
-rw-r--r--src/wx/content_timeline.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wx/content_timeline.h b/src/wx/content_timeline.h
index f8e8d6b80..5e8c658db 100644
--- a/src/wx/content_timeline.h
+++ b/src/wx/content_timeline.h
@@ -130,8 +130,7 @@ private:
bool _left_down;
wxPoint _down_point;
boost::optional<wxPoint> _zoom_point;
- std::shared_ptr<TimelineContentView> _down_view;
- dcpomatic::DCPTime _down_view_position;
+ std::vector<std::pair<std::shared_ptr<TimelineContentView>, dcpomatic::DCPTime>> _dragging_views;
bool _first_move;
ContentMenu _menu;
bool _snap;