use B_OP_OVER to draw the arrow, due to anti-aliasing
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16605 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
66188b6676
commit
1407220dcf
@ -327,7 +327,7 @@ TTeamMenuItem::DrawContent()
|
||||
rgb_color outlineColor = {80, 80, 80, 255};
|
||||
rgb_color middleColor = {200, 200, 200, 255};
|
||||
|
||||
menu->SetDrawingMode(B_OP_COPY);
|
||||
menu->SetDrawingMode(B_OP_OVER);
|
||||
|
||||
if (!fExpanded) {
|
||||
menu->BeginLineArray(6);
|
||||
|
Loading…
Reference in New Issue
Block a user