diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-03 19:40:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-03 19:40:15 +0100 |
| commit | 9b1fb6530563dfd8f32a8568d26c768b1006de90 (patch) | |
| tree | a433bd3b05b04ea9cb7318e76aba0ebf12522b7c /src | |
| parent | 334600a70db560da6c99a138c51d795b65cbe31d (diff) | |
Nicer fix for previous.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_viewer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
