mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-13 03:41:48 +00:00
No transparency in zone colors.
This commit is contained in:
parent
7365461ef4
commit
79073383b4
@ -1505,7 +1505,7 @@ uint32_t View::GetZoneColor( const Event& ev )
|
|||||||
|
|
||||||
uint32_t View::GetZoneColor( const QueueSourceLocation& srcloc )
|
uint32_t View::GetZoneColor( const QueueSourceLocation& srcloc )
|
||||||
{
|
{
|
||||||
return srcloc.color != 0 ? ( srcloc.color | 0xFF000000 ) : 0xDDDD6666;
|
return srcloc.color != 0 ? ( srcloc.color | 0xFF000000 ) : 0xFFCC5555;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t View::GetZoneHighlight( const Event& ev )
|
uint32_t View::GetZoneHighlight( const Event& ev )
|
||||||
|
Loading…
Reference in New Issue
Block a user