Update text panel 'why not' note when film's standard is changed.
[dcpomatic.git] / src / wx / text_panel.cc
index 88857b0eb7b6a1acdbfc43054b70fb5ec687bd93..07389903cc8690ee0797213a9b40f3f96e2a9f81 100644 (file)
@@ -350,7 +350,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 ();
        }
 }