X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ffilm_viewer.cc;h=be555ad91f556beb19937d4585408af0d6f44e7d;hp=9dbb0091a348270bed8a211d92818f7d11cdf71d;hb=ff64d7f42884bb21e61c5f5b242c41415a5934b1;hpb=d6d5e36cbeb285c78c33d88a09882d964f83d563 diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index 9dbb0091a..be555ad91 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -429,7 +429,7 @@ FilmViewer::start () _playing = true; _dropped = 0; - _video_view->timer (); + _video_view->start (); Started (position()); }