From 919220417db76c90e417144dbc8c31493561da11 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 12 Sep 2023 00:36:05 +0200 Subject: [PATCH] Update DCP name when some text changes from subtitle to ccap. --- 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 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 || -- 2.30.2