From 8a6e9c19d7858df5cfa4905d79d330328e5a0410 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 1 Jul 2016 18:02:42 -0400 Subject: fix logic of PresentationInfo::color_set() --- libs/ardour/presentation_info.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/presentation_info.cc') 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 -- cgit v1.2.3