summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/video_panel.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc
index dd805bc24..1c2e94d4c 100644
--- a/src/wx/video_panel.cc
+++ b/src/wx/video_panel.cc
@@ -472,6 +472,12 @@ VideoPanel::film_content_changed(int property)
checked_set(_scale_custom, false);
}
setup_sensitivity();
+ } else if (
+ property == DCPContentProperty::REFERENCE_VIDEO ||
+ property == DCPContentProperty::REFERENCE_AUDIO ||
+ property == DCPContentProperty::REFERENCE_TEXT
+ ) {
+ setup_sensitivity();
}
}