summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/content_panel.cc')
-rw-r--r--src/wx/content_panel.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc
index e86550426..6b2d30b9c 100644
--- a/src/wx/content_panel.cc
+++ b/src/wx/content_panel.cc
@@ -244,6 +244,10 @@ ContentPanel::selection_changed ()
if (go_to) {
_film_viewer->set_position (go_to.get ());
}
+
+ if (_timeline_dialog) {
+ _timeline_dialog->set_selection (selected ());
+ }
}
void