diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-02 22:41:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-02 22:41:52 +0100 |
| commit | 2d030b16f2990b85296b630ae359cd9b3bc27f56 (patch) | |
| tree | 220a3f9953e654aba4170e7bd25f8c2d08f9f66f /src | |
| parent | 56f9d7e9963a1e822774224da39d799f8ffd1d75 (diff) | |
| parent | 16a94f40e8e3cf0ae2ca710573a70bf7f104ec81 (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 a0cc25ab9..83a179f26 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -325,7 +325,7 @@ FilmViewer::timer () stop (); } - _timer.Start (max ((next.seconds() - time().seconds()) * 1000, 0.0), wxTIMER_ONE_SHOT); + _timer.Start (max ((next.seconds() - time().seconds()) * 1000, 1.0), wxTIMER_ONE_SHOT); if (_butler) { _butler->rethrow (); |
