diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-11 12:29:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-11 13:25:59 +0100 |
| commit | 7151de6910e6072754bd38d50efa5a36622bb5c6 (patch) | |
| tree | 532c8ad0ca77e74b0854b5db8b53be762fda674f /src/wx/text_view.cc | |
| parent | cb82f3c177b53ce99c8443a74da316a94ae829ac (diff) | |
FilmViewer API tidying.
Diffstat (limited to 'src/wx/text_view.cc')
| -rw-r--r-- | src/wx/text_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/text_view.cc b/src/wx/text_view.cc index 16ec2213f..9b591b191 100644 --- a/src/wx/text_view.cc +++ b/src/wx/text_view.cc @@ -140,5 +140,5 @@ TextView::subtitle_selected (wxListEvent& ev) DCPOMATIC_ASSERT (lc); shared_ptr<FilmViewer> fv = _film_viewer.lock (); DCPOMATIC_ASSERT (fv); - fv->set_position (lc, _start_times[ev.GetIndex()]); + fv->seek (lc, _start_times[ev.GetIndex()], true); } |
