From e8582393bd1367fff36bae8e053d799073d8b2ed Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 9 Jan 2020 23:22:22 +0100 Subject: Update text panel 'why not' note when film's standard is changed. --- src/wx/text_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); } } -- cgit v1.2.3