diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-03 19:39:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-03 19:39:35 +0100 |
| commit | 334600a70db560da6c99a138c51d795b65cbe31d (patch) | |
| tree | f232a39279e8ad0b5dc1cf7629c722c03a7ea37d /src | |
| parent | 2d030b16f2990b85296b630ae359cd9b3bc27f56 (diff) | |
| parent | 0ffa4997749c317ce2ab54a6aafea87db186910e (diff) | |
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
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 83a179f26..3f6e7dacd 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -456,7 +456,7 @@ FilmViewer::start () } _playing = true; - _timer.Start (0, wxTIMER_ONE_SHOT); + _timer.Start (1.0, wxTIMER_ONE_SHOT); } bool |
