diff --git a/libs/ardour/presentation_info.cc b/libs/ardour/presentation_info.cc index 4fdbd4111a..654a80f6ce 100644 --- a/libs/ardour/presentation_info.cc +++ b/libs/ardour/presentation_info.cc @@ -176,7 +176,7 @@ PresentationInfo::color_set () const * a color to completely transparent black? only the constructor .. */ - return _color == 0; + return _color != 0; } void