Clear viewer when doing File -> New.
authorCarl Hetherington <cth@carlh.net>
Wed, 10 Jul 2013 21:45:22 +0000 (22:45 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 10 Jul 2013 21:45:22 +0000 (22:45 +0100)
src/wx/film_viewer.cc

index f64020ba7817f6bb5bbf4fb3b57ca3b1370a5bd6..d7ec26f7d91987e55f9d65fbfcb5dbb1bf1b78e8 100644 (file)
@@ -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