diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-12 00:36:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-09-12 00:36:05 +0200 |
| commit | 919220417db76c90e417144dbc8c31493561da11 (patch) | |
| tree | e8c7973287f922146e479f00b54aa14e7db55a0d | |
| parent | a0cb1f6a1e028eaf81ad23ba1577e330a05f6c9d (diff) | |
Update DCP name when some text changes from subtitle to ccap.
| -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 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 || |
