From cf9193144a711771bff83b09d25b22292f1d66da Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 21 Jun 2015 02:48:36 +0100 Subject: Disable colour conversion choice in the appropriate circumstances. --- src/wx/video_panel.cc | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3