IK: ColumnListView: Draw the expander box in dark mode
Change-Id: I83ff1de98a12527a6c5ede0940c1c95cb1adf1dc Reviewed-on: https://review.haiku-os.org/c/haiku/+/7956 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
65de39a14b
commit
c3f534848d
@@ -1716,7 +1716,10 @@ BColumnListView::DrawLatch(BView* view, BRect rect, LatchType position, BRow*)
|
||||
}
|
||||
|
||||
rgb_color highColor = view->HighColor();
|
||||
view->SetHighColor(0, 0, 0);
|
||||
if (highColor.IsLight())
|
||||
view->SetHighColor({0, 0, 0});
|
||||
else
|
||||
view->SetHighColor({255, 255, 255});
|
||||
|
||||
switch (position) {
|
||||
case B_OPEN_LATCH:
|
||||
|
||||
Reference in New Issue
Block a user