summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-21 02:48:36 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-21 02:48:36 +0100
commitcf9193144a711771bff83b09d25b22292f1d66da (patch)
treeaaa24d73cc05461ebba82ef4ab9137169c57ec8c
parent7fff85ef947f9353317c0125dc37f1f16faecbf1 (diff)
Disable colour conversion choice in the appropriate circumstances.
-rw-r--r--src/wx/video_panel.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc
index a0775023c..aa8e946da 100644
--- a/src/wx/video_panel.cc
+++ b/src/wx/video_panel.cc
@@ -409,6 +409,7 @@ VideoPanel::content_selection_changed ()
_fade_out->Enable (!video_sel.empty ());
_scale->set_content (video_sel);
+ _colour_conversion->Enable (single && !video_sel.empty ());
_filters_button->Enable (single && !ffmpeg_sel.empty ());
film_content_changed (VideoContentProperty::VIDEO_CROP);