Another call to wxTimer::Start() with 0 delay, which fails on OS X.
[dcpomatic.git] / 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