Update ISDCF name when DCP track changes.
authorCarl Hetherington <cth@carlh.net>
Tue, 12 Sep 2023 21:14:42 +0000 (23:14 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 12 Sep 2023 21:14:42 +0000 (23:14 +0200)
src/wx/dcp_panel.cc

index d1de9aff7cd2512a40aa408bed2100feb8487106..4bef1989db4f2481c1207585067fab66f81a447c 100644 (file)
@@ -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 ||