summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-05-31 00:24:44 +0200
committerCarl Hetherington <cth@carlh.net>2021-05-31 00:24:44 +0200
commit7efb39f90c0e70d779fb5f19290851f366f01315 (patch)
tree1167bf45dde00362350183f1af2914044685b1bf /src
parentc982114999f8b9a623ba1c2d8bf45c4466fbd887 (diff)
Update ISDCF name when crop changes the ratio of the video (#2030).
Diffstat (limited to 'src')
-rw-r--r--src/wx/dcp_panel.cc1
1 files changed, 1 insertions, 0 deletions
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) {