diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-12 23:05:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-12 23:05:36 +0100 |
| commit | 20ff90b41550d03ec058c1ee2208e7f18382eb5b (patch) | |
| tree | 4bc66ea4641c74836a9b866e33f43b351e9a94c5 /src | |
| parent | f734f683220ac9d58ee199f56ee0882d33a1499b (diff) | |
Set up selection when opening timeline.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/content_panel.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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 (); } |
