Set up selection when opening timeline.
authorCarl Hetherington <cth@carlh.net>
Sun, 12 Aug 2018 22:05:36 +0000 (23:05 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 12 Aug 2018 22:05:36 +0000 (23:05 +0100)
src/wx/content_panel.cc

index 74d0cf54546914fa3456cb2e8f319d11d86c62b8..9fc052e68e243dae6cc05601cd27babf84bc87de 100644 (file)
@@ -523,6 +523,7 @@ ContentPanel::timeline_clicked ()
        }
 
        _timeline_dialog = new TimelineDialog (this, _film);
+       _timeline_dialog->set_selection (selected());
        _timeline_dialog->Show ();
 }