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);