summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_viewer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc
index f64020ba7..d7ec26f7d 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -132,6 +132,7 @@ FilmViewer::set_film (shared_ptr<Film> f)
_player->Changed.connect (boost::bind (&FilmViewer::player_changed, this));
calculate_sizes ();
+ fetch_current_frame_again ();
}
void