diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-31 22:26:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-31 22:26:42 +0100 |
| commit | 43b5ff1d2dc872f9029a7e59a85af59dbad8536f (patch) | |
| tree | 58756fb095c333a62d9863f3b72c10f46ea96e39 /src/wx/content_panel.cc | |
| parent | 9b36e81dba949ba29a6cfb89f11072317a0dc7c5 (diff) | |
Add playhead line to timeline (#1563).
Diffstat (limited to 'src/wx/content_panel.cc')
| -rw-r--r-- | src/wx/content_panel.cc | 2 |
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 (); } |
