X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fdcp_panel.cc;h=61dfd7507d4c2ddcd47d63413ab7a495a36efbba;hb=8a3d5a7729e10a901132ff00efbd5d80e38b2455;hp=78f5fc526682a94141abc0d5529784e91cfefd2a;hpb=c162f9d8b127f56b8da46b83908000611033e6a5;p=dcpomatic.git diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index 78f5fc526..61dfd7507 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -506,7 +506,8 @@ DCPPanel::film_content_changed (int property) property == TextContentProperty::BURN || property == TextContentProperty::LANGUAGE || property == TextContentProperty::LANGUAGE_IS_ADDITIONAL || - property == VideoContentProperty::SCALE || + property == VideoContentProperty::CUSTOM_RATIO || + property == VideoContentProperty::CUSTOM_SIZE || property == VideoContentProperty::BURNT_SUBTITLE_LANGUAGE || property == VideoContentProperty::CROP || property == DCPContentProperty::REFERENCE_VIDEO ||