One missing ->video.
authorCarl Hetherington <cth@carlh.net>
Wed, 13 Apr 2016 16:32:40 +0000 (17:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 18 May 2016 10:50:29 +0000 (11:50 +0100)
src/wx/video_panel.cc

index f14cc26056102995fef1b5d9fa08bd57631305a7..b5bd27b243f7d0e9d2af338dd3072c06509a0e64 100644 (file)
@@ -491,7 +491,7 @@ VideoPanel::setup_sensitivity ()
        }
 
        if (vcs && vcs->video->colour_conversion ()) {
-               _edit_colour_conversion_button->Enable (!vcs->colour_conversion().get().preset());
+               _edit_colour_conversion_button->Enable (!vcs->video->colour_conversion().get().preset());
        } else {
                _edit_colour_conversion_button->Enable (false);
        }