Update DCP name when some text changes from subtitle to ccap.
authorCarl Hetherington <cth@carlh.net>
Mon, 11 Sep 2023 22:36:05 +0000 (00:36 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 11 Sep 2023 22:36:05 +0000 (00:36 +0200)
src/wx/dcp_panel.cc

index 1ea5108db572c97e2c0480f526a2db5d8c6339da..d1de9aff7cd2512a40aa408bed2100feb8487106 100644 (file)
@@ -543,6 +543,7 @@ DCPPanel::film_content_changed (int property)
            property == TextContentProperty::BURN ||
            property == TextContentProperty::LANGUAGE ||
            property == TextContentProperty::LANGUAGE_IS_ADDITIONAL ||
+           property == TextContentProperty::TYPE ||
            property == VideoContentProperty::CUSTOM_RATIO ||
            property == VideoContentProperty::CUSTOM_SIZE ||
            property == VideoContentProperty::BURNT_SUBTITLE_LANGUAGE ||