From: Carl Hetherington Date: Wed, 10 Jul 2013 11:34:21 +0000 (+0100) Subject: White space. X-Git-Tag: v2.0.48~1337^2~282 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=1607da337841bfaa7e6dc81a3b3e4e4c90c52ccd;p=dcpomatic.git White space. --- diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 0bfb8ab6c..9947c90a7 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -701,9 +701,9 @@ FilmEditor::film_content_changed (weak_ptr weak_content, int property) _length->set (0, 24); } } else if (property == VideoContentProperty::VIDEO_CROP) { - checked_set (_left_crop, video_content ? video_content->crop().left : 0); - checked_set (_right_crop, video_content ? video_content->crop().right : 0); - checked_set (_top_crop, video_content ? video_content->crop().top : 0); + checked_set (_left_crop, video_content ? video_content->crop().left : 0); + checked_set (_right_crop, video_content ? video_content->crop().right : 0); + checked_set (_top_crop, video_content ? video_content->crop().top : 0); checked_set (_bottom_crop, video_content ? video_content->crop().bottom : 0); setup_scaling_description (); } else if (property == VideoContentProperty::VIDEO_RATIO) {