diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-06-24 00:54:28 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-06-24 00:54:28 +0200 |
| commit | e8d05ab1c7c8ea1cc9d653540bf3cf2acb2c9669 (patch) | |
| tree | 21c1c28808717a1b817ef2594b5114faa41e07e3 /src/wx/dcp_panel.cc | |
| parent | c9c1b5e7edce7f7fd531b448323c3b2b2f5c7e65 (diff) | |
Add config option to allow long ISDCF name parts.
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 6574bcdb3..4da8abe36 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -780,6 +780,8 @@ DCPPanel::config_changed (Config::Property p) film_changed(Film::Property::INTEROP); film_changed(Film::Property::LIMIT_TO_SMPTE_BV20); } + } else if (p == Config::ISDCF_NAME_PART_LENGTH) { + setup_dcp_name(); } } |
