Update DCP name on change to content video scale.
authorCarl Hetherington <cth@carlh.net>
Wed, 3 Sep 2014 21:43:33 +0000 (22:43 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 3 Sep 2014 21:43:33 +0000 (22:43 +0100)
src/wx/film_editor.cc

index 017a9d7c9514b3310407be957a5285f8a9d99869..f569e0422a14a0dbcc134cc69bac3bdf9643181f 100644 (file)
@@ -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 ();
        }
 }