diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-17 22:22:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-17 22:22:58 +0100 |
| commit | d65e2d4a842df4a9321d29906fe1b2daeae5201f (patch) | |
| tree | aa3c7187411f90efa2523c755da0607ae75a9b69 /src | |
| parent | 1c13441a19aa387ddd8ac0c972207ccbbe3114d8 (diff) | |
Fix sensitivity on loading a film.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_viewer.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index ef5c78f24..7ecba1903 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -151,6 +151,8 @@ FilmViewer::set_film (shared_ptr<Film> f) calculate_sizes (); get (_position, _last_get_accurate); + + setup_sensitivity (); } void |
