Remove unused VideoContentProperty::SCALE and listen to CUSTOM_{RATIO,SIZE} instead.
[dcpomatic.git] / src / wx / video_panel.cc
index 07a929e1096c6429fd86a06cd67fe6d77bbbccb7..c7330ef5942565c611ae14fb6457295a7f5739f9 100644 (file)
@@ -384,7 +384,8 @@ VideoPanel::film_content_changed (int property)
        if (property == ContentProperty::VIDEO_FRAME_RATE ||
            property == VideoContentProperty::FRAME_TYPE ||
            property == VideoContentProperty::CROP ||
-           property == VideoContentProperty::SCALE) {
+           property == VideoContentProperty::CUSTOM_RATIO ||
+           property == VideoContentProperty::CUSTOM_SIZE) {
                setup_description ();
        } else if (property == VideoContentProperty::COLOUR_CONVERSION) {
                boost::unordered_set<optional<ColourConversion>> check;