diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-03 22:43:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-03 22:43:33 +0100 |
| commit | 5db632783b3eba64d39538d1f29ccfe26adaaf19 (patch) | |
| tree | b36c2630f5ca74b39f9d1175ee268ab8e6cc0147 /src | |
| parent | 42ff121e14f55cbdcff40f7ae488cb9ff7bc6f90 (diff) | |
Update DCP name on change to content video scale.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_editor.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 017a9d7c9..f569e0422 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -537,6 +537,8 @@ FilmEditor::film_content_changed (int property) setup_content (); } else if (property == ContentProperty::POSITION) { setup_content (); + } else if (property == VideoContentProperty::VIDEO_SCALE) { + setup_dcp_name (); } } |
