mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibGUI: Invalidate GroupBox layout on font change
This commit is contained in:
@@ -52,6 +52,12 @@ void GroupBox::paint_event(PaintEvent& event)
|
||||
}
|
||||
}
|
||||
|
||||
void GroupBox::fonts_change_event(FontsChangeEvent& event)
|
||||
{
|
||||
Widget::fonts_change_event(event);
|
||||
invalidate_layout();
|
||||
}
|
||||
|
||||
void GroupBox::set_title(const StringView& title)
|
||||
{
|
||||
if (m_title == title)
|
||||
|
||||
Reference in New Issue
Block a user