From 20ff90b41550d03ec058c1ee2208e7f18382eb5b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 12 Aug 2018 23:05:36 +0100 Subject: [PATCH] Set up selection when opening timeline. --- src/wx/content_panel.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc index 74d0cf545..9fc052e68 100644 --- a/src/wx/content_panel.cc +++ b/src/wx/content_panel.cc @@ -523,6 +523,7 @@ ContentPanel::timeline_clicked () } _timeline_dialog = new TimelineDialog (this, _film); + _timeline_dialog->set_selection (selected()); _timeline_dialog->Show (); } -- 2.30.2