mirror of
https://review.haiku-os.org/haiku
synced 2025-02-22 21:48:35 +01:00
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 <waddlesplash@gmail.com>
This commit is contained in:
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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user