mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-11 16:06:25 +01:00
fix logic of PresentationInfo::color_set()
This commit is contained in:
parent
1208c3472f
commit
8a6e9c19d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue