From 6da19b0993ba99845efbd7bdf2fb865eef1a53f3 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Sun, 22 Jan 2012 18:36:44 +0100 Subject: [PATCH] Fix Notification Group header text drawing * This fixes the drawing issues in the "font aliasing" area that are appeared as small white points on the gray background. Signed-off-by: Siarzhuk Zharski --- src/servers/notification/AppGroupView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/servers/notification/AppGroupView.cpp b/src/servers/notification/AppGroupView.cpp index c693498d19..1b3343f4f0 100644 --- a/src/servers/notification/AppGroupView.cpp +++ b/src/servers/notification/AppGroupView.cpp @@ -52,6 +52,7 @@ AppGroupView::Draw(BRect updateRect) // Draw the header background if (be_control_look != NULL) { SetHighColor(tint_color(menuColor, 1.22)); + SetLowColor(ui_color(B_PANEL_BACKGROUND_COLOR)); StrokeLine(bounds.LeftTop(), bounds.LeftBottom()); uint32 borders = BControlLook::B_TOP_BORDER | BControlLook::B_BOTTOM_BORDER | BControlLook::B_RIGHT_BORDER;