summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wx/content_panel.cc1
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 ();
}