diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-10 22:45:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-10 22:45:22 +0100 |
| commit | 240d083aa1cf13a337e764d24d58ab07df8e4b6d (patch) | |
| tree | 8e17cef8eeb1d17c0d8f0a7809d7db2326821d66 /src | |
| parent | 8ce733a78369b2146df679f29ebbdff852ef05a5 (diff) | |
Clear viewer when doing File -> New.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_viewer.cc | 1 |
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 |
