From: Carl Hetherington Date: Fri, 5 Aug 2016 08:35:09 +0000 (+0100) Subject: Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic X-Git-Tag: v2.9.10~5 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=8a56d70d2506feda37e3e88c4f37dc072fe75338;hp=f2f5710a463b5f1629fb789578bc21d673155ff8;p=dcpomatic.git Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic --- diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc index ddee3157f..a3ce679e4 100644 --- a/src/wx/audio_panel.cc +++ b/src/wx/audio_panel.cc @@ -141,6 +141,7 @@ AudioPanel::film_changed (Film::Property property) setup_description (); break; case Film::REEL_TYPE: + case Film::INTEROP: setup_sensitivity (); default: break; diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc index 18d589483..a1457ac6d 100644 --- a/src/wx/video_panel.cc +++ b/src/wx/video_panel.cc @@ -260,6 +260,7 @@ VideoPanel::film_changed (Film::Property property) case Film::REEL_TYPE: case Film::INTEROP: setup_sensitivity (); + break; default: break; }