From 1407220dcf4f1a61f01f8c5cffc0d884861f935e Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Mon, 6 Mar 2006 13:30:20 +0000 Subject: [PATCH] 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 --- src/apps/deskbar/TeamMenuItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/deskbar/TeamMenuItem.cpp b/src/apps/deskbar/TeamMenuItem.cpp index 8f44403edd..65a6fd70df 100644 --- a/src/apps/deskbar/TeamMenuItem.cpp +++ b/src/apps/deskbar/TeamMenuItem.cpp @@ -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);