From 9b1fb6530563dfd8f32a8568d26c768b1006de90 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 3 May 2017 19:40:15 +0100 Subject: Nicer fix for previous. --- src/wx/film_viewer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index 3f6e7dacd..69496b630 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -456,7 +456,7 @@ FilmViewer::start () } _playing = true; - _timer.Start (1.0, wxTIMER_ONE_SHOT); + timer (); } bool -- cgit v1.2.3