diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-24 00:33:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-24 00:33:17 +0100 |
| commit | 9cc6ae09a1ac7e1a9d2a41e4a08588984e771cc1 (patch) | |
| tree | 16196ea398657aff218cf42c35f553fc506b5d68 /src/wx/content_timeline.h | |
| parent | 156a018717a117a7ebf7abe0c2a01d040eaf0d6b (diff) | |
Allow drag of multiple selections.
Diffstat (limited to 'src/wx/content_timeline.h')
| -rw-r--r-- | src/wx/content_timeline.h | 3 |
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; |
