X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Ffilm_viewer.cc;h=2c90b86095278c9bd19b81831e27f3d82123909b;hb=6e99da2707e0af449d1aeec06a43de9af19cfa36;hp=e678c6aa3045cc9057d29c77ecd6cafbe2f69cbe;hpb=d1e17b2719ed8930caecb0c80e51e0c2fd813b7c;p=dcpomatic.git diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index e678c6aa3..2c90b8609 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -371,7 +371,7 @@ FilmViewer::start () /* Calling start() below may directly result in Stopped being emitted, and if that * happens we want it to come after the Started signal, so do that first. */ - Started (position()); + Started (); _video_view->start (); } @@ -390,7 +390,7 @@ FilmViewer::stop () _playing = false; _video_view->stop (); - Stopped (position()); + Stopped (); _video_view->rethrow (); return true;