From: Carl Hetherington Date: Wed, 10 Jul 2013 21:45:22 +0000 (+0100) Subject: Clear viewer when doing File -> New. X-Git-Tag: v2.0.48~1337^2~274^2~2 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=240d083aa1cf13a337e764d24d58ab07df8e4b6d;p=dcpomatic.git Clear viewer when doing File -> New. --- 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 f) _player->Changed.connect (boost::bind (&FilmViewer::player_changed, this)); calculate_sizes (); + fetch_current_frame_again (); } void