Update ISDCF name when crop changes the ratio of the video (#2030).
authorCarl Hetherington <cth@carlh.net>
Sun, 30 May 2021 22:24:44 +0000 (00:24 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 30 May 2021 22:24:44 +0000 (00:24 +0200)
src/wx/dcp_panel.cc

index 03d08beed5def83236b5a82b066794b0d4efdb96..3ea3479857436b7934e608fed1c323d5b72407bf 100644 (file)
@@ -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) {