From aedc1d5c8db3a77bd6b2cbba8461ce8df5c9ae39 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 17 Oct 2013 15:55:31 +0100 Subject: Fix initial display of a new piece of content. --- src/wx/film_viewer.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/wx') diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index 291ab422d..945644fb1 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -150,7 +150,10 @@ FilmViewer::fetch_current_frame_again () */ _got_frame = false; - _player->repeat_last_video (); + if (!_player->repeat_last_video ()) { + fetch_next_frame (); + } + _panel->Refresh (); _panel->Update (); } -- cgit v1.2.3