summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-10 12:34:21 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-10 12:34:21 +0100
commit1607da337841bfaa7e6dc81a3b3e4e4c90c52ccd (patch)
treec70f4dd14d65979aca32f0e1c0b5d74ed18cb824
parent764dfcd5aea143d1246873667e646f86d99e33a4 (diff)
White space.
-rw-r--r--src/wx/film_editor.cc6
1 files changed, 3 insertions, 3 deletions
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<Content> 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) {