summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-05-31 22:26:42 +0100
committerCarl Hetherington <cth@carlh.net>2019-05-31 22:26:42 +0100
commit43b5ff1d2dc872f9029a7e59a85af59dbad8536f (patch)
tree58756fb095c333a62d9863f3b72c10f46ea96e39 /src/wx/content_panel.cc
parent9b36e81dba949ba29a6cfb89f11072317a0dc7c5 (diff)
Add playhead line to timeline (#1563).
Diffstat (limited to 'src/wx/content_panel.cc')
-rw-r--r--src/wx/content_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc
index 72ef0e9eb..41a18f4b4 100644
--- a/src/wx/content_panel.cc
+++ b/src/wx/content_panel.cc
@@ -558,7 +558,7 @@ ContentPanel::timeline_clicked ()
_timeline_dialog = 0;
}
- _timeline_dialog = new TimelineDialog (this, _film);
+ _timeline_dialog = new TimelineDialog (this, _film, _film_viewer);
_timeline_dialog->set_selection (selected());
_timeline_dialog->Show ();
}