summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-03 19:39:35 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-03 19:39:35 +0100
commit334600a70db560da6c99a138c51d795b65cbe31d (patch)
treef232a39279e8ad0b5dc1cf7629c722c03a7ea37d /src
parent2d030b16f2990b85296b630ae359cd9b3bc27f56 (diff)
parent0ffa4997749c317ce2ab54a6aafea87db186910e (diff)
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_viewer.cc2
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