Update audio panel sensitivity when film's SMPTE/Interop selection changes.
authorCarl Hetherington <cth@carlh.net>
Fri, 5 Aug 2016 08:34:51 +0000 (09:34 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 5 Aug 2016 08:34:51 +0000 (09:34 +0100)
src/wx/audio_panel.cc

index ddee3157f069374d15d7f1f205ce410d6a8706d6..a3ce679e44aa87022c2029da9be92b6fe6ce5b4e 100644 (file)
@@ -141,6 +141,7 @@ AudioPanel::film_changed (Film::Property property)
                setup_description ();
                break;
        case Film::REEL_TYPE:
+       case Film::INTEROP:
                setup_sensitivity ();
        default:
                break;