Disable colour conversion choice in the appropriate circumstances.
authorCarl Hetherington <cth@carlh.net>
Sun, 21 Jun 2015 01:48:36 +0000 (02:48 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 21 Jun 2015 01:48:36 +0000 (02:48 +0100)
src/wx/video_panel.cc

index a0775023c147d29c9cfe9f9da8550771ed074ad3..aa8e946da92782245d1f2f144a7eb35e801c0769 100644 (file)
@@ -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);