Update text panel 'why not' note when film's standard is changed.
authorCarl Hetherington <cth@carlh.net>
Thu, 9 Jan 2020 22:22:22 +0000 (23:22 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 9 Jan 2020 22:22:22 +0000 (23:22 +0100)
src/wx/text_panel.cc

index 95a499dfde2264077e77c81a63257da91ce27c21..2121ba388254d6a6b9a61dc1220ded90274b5ab0 100644 (file)
@@ -305,7 +305,7 @@ TextPanel::dcp_track_changed ()
 void
 TextPanel::film_changed (Film::Property property)
 {
-       if (property == Film::CONTENT || property == Film::REEL_TYPE) {
+       if (property == Film::CONTENT || property == Film::REEL_TYPE || property == Film::INTEROP) {
                setup_sensitivity ();
        }
 }