diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-12 23:14:42 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-09-12 23:14:42 +0200 |
| commit | fb027572ee7630a9ba3eeecf20f0b40cf77afb88 (patch) | |
| tree | 4ecd8666303a47e3c71b13342f5e3eb1c1ee7b14 | |
| parent | 9c4e649a755918a6f41cf8c16647cc8af58f8376 (diff) | |
Update ISDCF name when DCP track changes.
| -rw-r--r-- | src/wx/dcp_panel.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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 || |
