From: Carl Hetherington Date: Mon, 11 Sep 2023 22:36:05 +0000 (+0200) Subject: Update DCP name when some text changes from subtitle to ccap. X-Git-Tag: v2.16.64~5 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=919220417db76c90e417144dbc8c31493561da11 Update DCP name when some text changes from subtitle to ccap. --- diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index 1ea5108db..d1de9aff7 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -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 ||