Fix multi-select in the timeline (#954).
[dcpomatic.git] / src / wx / timeline.cc
index 30c2dbddcf6c46cb9818e9ad977cc88351af493a..f93953737781b953751979f9c69177daf4c63158 100644 (file)
@@ -383,9 +383,9 @@ Timeline::left_up (wxMouseEvent& ev)
 
        if (_down_view) {
                _down_view->content()->set_change_signals_frequent (false);
-               _content_panel->set_selection (_down_view->content ());
        }
 
+       _content_panel->set_selection (selected_content ());
        set_position_from_event (ev);
 
        /* Clear up up the stuff we don't do during drag */