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 <zharik@gmx.li>
This commit is contained in:
parent
19affa2725
commit
6da19b0993
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user