ControlLook: Use B_PANEL_TEXT_COLOR for scrollbar arrows
Change-Id: I7a291842eeaaba00176cb4473a075fad1d3d6293 Reviewed-on: https://review.haiku-os.org/c/haiku/+/8895 Reviewed-by: nephele nephele <[email protected]> Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
0328ffe12a
commit
6670202514
@@ -415,8 +415,8 @@ public:
|
||||
|
||||
virtual void DrawScrollBarButton(BView* view,
|
||||
BRect rect, const BRect& updateRect,
|
||||
const rgb_color& base, uint32 flags,
|
||||
int32 direction, orientation orientation,
|
||||
const rgb_color& base, const rgb_color& text,
|
||||
uint32 flags, int32 direction, orientation orientation,
|
||||
bool down = false) = 0;
|
||||
virtual void DrawScrollBarThumb(BView* view,
|
||||
BRect& rect, const BRect& updateRect,
|
||||
|
||||
@@ -161,8 +161,8 @@ public:
|
||||
orientation orientation);
|
||||
virtual void DrawScrollBarButton(BView* view,
|
||||
BRect rect, const BRect& updateRect,
|
||||
const rgb_color& base, uint32 flags,
|
||||
int32 direction, orientation orientation,
|
||||
const rgb_color& base, const rgb_color& text,
|
||||
uint32 flags, int32 direction, orientation orientation,
|
||||
bool down = false);
|
||||
virtual void DrawScrollBarBackground(BView* view,
|
||||
BRect& rect1, BRect& rect2,
|
||||
|
||||
Reference in New Issue
Block a user