From d65e2d4a842df4a9321d29906fe1b2daeae5201f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 17 Sep 2014 22:22:58 +0100 Subject: [PATCH] Fix sensitivity on loading a film. --- src/wx/film_viewer.cc | 2 ++ 1 file changed, 2 insertions(+) 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 f) calculate_sizes (); get (_position, _last_get_accurate); + + setup_sensitivity (); } void -- 2.30.2