From: Carl Hetherington Date: Sun, 30 May 2021 22:24:44 +0000 (+0200) Subject: Update ISDCF name when crop changes the ratio of the video (#2030). X-Git-Tag: v2.15.153~8 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=7efb39f90c0e70d779fb5f19290851f366f01315;p=dcpomatic.git Update ISDCF name when crop changes the ratio of the video (#2030). --- diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index 03d08beed..3ea347985 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -484,6 +484,7 @@ DCPPanel::film_content_changed (int property) property == TextContentProperty::LANGUAGE_IS_ADDITIONAL || property == VideoContentProperty::SCALE || property == VideoContentProperty::BURNT_SUBTITLE_LANGUAGE || + property == VideoContentProperty::CROP || property == DCPContentProperty::REFERENCE_VIDEO || property == DCPContentProperty::REFERENCE_AUDIO || property == DCPContentProperty::REFERENCE_TEXT) {