Another call to wxTimer::Start() with 0 delay, which fails on OS X.
authorCarl Hetherington <cth@carlh.net>
Wed, 3 May 2017 16:02:42 +0000 (17:02 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 3 May 2017 16:02:42 +0000 (17:02 +0100)
src/wx/film_viewer.cc

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