fix logic of PresentationInfo::color_set()
This commit is contained in:
parent
1208c3472f
commit
8a6e9c19d7
@ -176,7 +176,7 @@ PresentationInfo::color_set () const
|
||||
* a color to completely transparent black? only the constructor ..
|
||||
*/
|
||||
|
||||
return _color == 0;
|
||||
return _color != 0;
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user