mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibGUI: Use system theme when painting GlyphMapWidget focus outline
This commit is contained in:
parent
cf13cf7225
commit
a26e71a137
Notes:
sideshowbarker
2024-07-17 21:11:12 +09:00
Author: https://github.com/thankyouverycool
Commit: a26e71a137
Pull-request: https://github.com/SerenityOS/serenity/pull/13143
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ void GlyphMapWidget::paint_event(PaintEvent& event)
|
|||
} else
|
||||
painter.fill_rect(outer_rect, palette().window());
|
||||
}
|
||||
painter.draw_focus_rect(get_outer_rect(m_active_glyph), Gfx::Color::Black);
|
||||
painter.draw_focus_rect(get_outer_rect(m_active_glyph), palette().focus_outline());
|
||||
}
|
||||
|
||||
Optional<int> GlyphMapWidget::glyph_at_position(Gfx::IntPoint position) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue