Deskbar TimeView Text Render Fix
Erroneous use of SetLowUIColor(ViewUIColor()) when the old API was more appropriate resulted in the tint value being ignored which resulted in some text rendering issues with certain color combinations and LCD subpixel aliasing. Fixes ticket# 12596 Signed-off-by: Augustin Cavalier <[email protected]>
This commit is contained in:
committed by
Augustin Cavalier
parent
7beac31fbc
commit
220f79d835
@@ -152,7 +152,7 @@ TTimeView::Draw(BRect /*updateRect*/)
|
||||
PushState();
|
||||
|
||||
SetHighColor(ViewColor());
|
||||
SetLowUIColor(ViewUIColor());
|
||||
SetLowColor(ViewColor());
|
||||
FillRect(Bounds());
|
||||
SetHighUIColor(B_MENU_ITEM_TEXT_COLOR);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user