fix logic of PresentationInfo::color_set()

This commit is contained in:
Paul Davis 2016-07-01 18:02:42 -04:00
parent 1208c3472f
commit 8a6e9c19d7

View File

@ -176,7 +176,7 @@ PresentationInfo::color_set () const
* a color to completely transparent black? only the constructor ..
*/
return _color == 0;
return _color != 0;
}
void