diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-02 22:38:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-04 20:48:34 +0200 |
| commit | f188fc8d92eaba89aaa63cfd7f5a2fc9836e94b6 (patch) | |
| tree | 576f98fd4295ae0e9dae6e0ae92f019876f02ff3 /src/wx/dcp_panel.cc | |
| parent | 60520afb4a6bb364c981c2b6976805d4128ac81f (diff) | |
Use release territory from Interop/SMPTE metadata instead of ISDCF metadata dialogue.
Diffstat (limited to 'src/wx/dcp_panel.cc')
| -rw-r--r-- | src/wx/dcp_panel.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index dcb78dc93..ecedec66f 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -323,6 +323,7 @@ DCPPanel::metadata_clicked () } _interop_metadata_dialog = new InteropMetadataDialog (_panel, _film); + _interop_metadata_dialog->setup (); _interop_metadata_dialog->Show (); } else { if (_smpte_metadata_dialog) { @@ -447,6 +448,7 @@ DCPPanel::film_changed (Film::Property p) break; case Film::Property::CONTENT_VERSIONS: case Film::Property::VERSION_NUMBER: + case Film::Property::RELEASE_TERRITORY: setup_dcp_name (); break; default: |
