From: Carl Hetherington Date: Thu, 9 Jan 2020 22:22:22 +0000 (+0100) Subject: Update text panel 'why not' note when film's standard is changed. X-Git-Tag: v2.14.22~1 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=e8582393bd1367fff36bae8e053d799073d8b2ed Update text panel 'why not' note when film's standard is changed. --- diff --git a/src/wx/text_panel.cc b/src/wx/text_panel.cc index 95a499dfd..2121ba388 100644 --- a/src/wx/text_panel.cc +++ b/src/wx/text_panel.cc @@ -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 (); } }