FilmViewer API tidying.
[dcpomatic.git] / src / wx / text_view.cc
index 16ec2213f47f6f2d62f260320377b357027baade..9b591b19161406408c88bef739a4c4323a1f91d0 100644 (file)
@@ -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);
 }