From 7efb39f90c0e70d779fb5f19290851f366f01315 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 31 May 2021 00:24:44 +0200 Subject: [PATCH] Update ISDCF name when crop changes the ratio of the video (#2030). --- src/wx/dcp_panel.cc | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.30.2