mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibDraw: Add Selection and SelectionText system theme colors
This commit is contained in:
@@ -68,7 +68,7 @@ void Editor::paint_event(GPaintEvent& event)
|
||||
rect.set_width(rect.width() - vertical_scrollbar().width());
|
||||
if (horizontal_scrollbar().is_visible())
|
||||
rect.set_height(rect.height() - horizontal_scrollbar().height());
|
||||
painter.draw_rect(rect, Color::from_rgb(0x955233));
|
||||
painter.draw_rect(rect, SystemColor::Selection);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user