diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-02 20:55:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-04 20:48:34 +0200 |
| commit | 0d9831021c7dc508bc69f7bd759dacd50ccb2766 (patch) | |
| tree | 602bd4d88dfac90177cc187d12baebeb713f80e2 /src/wx/dcp_panel.cc | |
| parent | 8e1b0dfe3103867a749ff51156e3ed6547f298a0 (diff) | |
Use content version from Interop (or version number from SMPTE metadata)
rather than the content version in the ISDCF metadata dialogue.
Diffstat (limited to 'src/wx/dcp_panel.cc')
| -rw-r--r-- | src/wx/dcp_panel.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index 8501eae9c..6a5b27b18 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -444,6 +444,10 @@ DCPPanel::film_changed (Film::Property p) setup_dcp_name (); setup_sensitivity (); break; + case Film::Property::CONTENT_VERSIONS: + case Film::Property::VERSION_NUMBER: + setup_dcp_name (); + break; default: break; } |
