summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/video_panel.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc
index 1c2e94d4c..75612a0ce 100644
--- a/src/wx/video_panel.cc
+++ b/src/wx/video_panel.cc
@@ -381,9 +381,7 @@ VideoPanel::film_content_changed(int property)
if (property == ContentProperty::VIDEO_FRAME_RATE ||
property == VideoContentProperty::FRAME_TYPE ||
- property == VideoContentProperty::CROP ||
- property == VideoContentProperty::CUSTOM_RATIO ||
- property == VideoContentProperty::CUSTOM_SIZE) {
+ property == VideoContentProperty::CROP) {
setup_description();
} else if (property == VideoContentProperty::COLOUR_CONVERSION) {
boost::unordered_set<optional<ColourConversion>> check;
@@ -472,6 +470,7 @@ VideoPanel::film_content_changed(int property)
checked_set(_scale_custom, false);
}
setup_sensitivity();
+ setup_description();
} else if (
property == DCPContentProperty::REFERENCE_VIDEO ||
property == DCPContentProperty::REFERENCE_AUDIO ||