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:
Niklas Poslovski
2025-02-03 17:18:51 +00:00
committed by waddlesplash
parent 0328ffe12a
commit 6670202514
10 changed files with 37 additions and 36 deletions
+2 -2
View File
@@ -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,
+2 -2
View File
@@ -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,