Nicer fix for previous.
authorCarl Hetherington <cth@carlh.net>
Wed, 3 May 2017 18:40:15 +0000 (19:40 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 3 May 2017 18:40:15 +0000 (19:40 +0100)
src/wx/film_viewer.cc

index 3f6e7dacdd3dbae4e17a41ce1f743aaecdfaf3b9..69496b630286eb607f405d1a38e53b14a5d37263 100644 (file)
@@ -456,7 +456,7 @@ FilmViewer::start ()
        }
 
        _playing = true;
-       _timer.Start (1.0, wxTIMER_ONE_SHOT);
+       timer ();
 }
 
 bool