From fb027572ee7630a9ba3eeecf20f0b40cf77afb88 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 12 Sep 2023 23:14:42 +0200 Subject: [PATCH] Update ISDCF name when DCP track changes. --- 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 d1de9aff7..4bef1989d 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -544,6 +544,7 @@ DCPPanel::film_content_changed (int property) property == TextContentProperty::LANGUAGE || property == TextContentProperty::LANGUAGE_IS_ADDITIONAL || property == TextContentProperty::TYPE || + property == TextContentProperty::DCP_TRACK || property == VideoContentProperty::CUSTOM_RATIO || property == VideoContentProperty::CUSTOM_SIZE || property == VideoContentProperty::BURNT_SUBTITLE_LANGUAGE || -- 2.30.2