summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_viewer.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc
index 373e6d717..dc6ed10c4 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -306,7 +306,7 @@ FilmViewer::resume ()
_audio.setStreamTime (_video_position.seconds());
_audio.startStream ();
}
- timer ();
+ _video_view->start ();
}
}
@@ -461,9 +461,6 @@ FilmViewer::seek (DCPTime t, bool accurate)
if (!_playing) {
request_idle_get ();
- } else {
- /* Make sure we get a frame so that _video_position is set up before we resume */
- while (!get(true)) {}
}
resume ();