mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:17:35 +00:00
LibGUI: Fix a typo
This commit is contained in:
parent
bf522d3bb3
commit
4e3b965d7f
8 changed files with 23 additions and 23 deletions
|
@ -52,7 +52,7 @@ void GroupBox::paint_event(PaintEvent& event)
|
|||
void GroupBox::fonts_change_event(FontsChangeEvent& event)
|
||||
{
|
||||
Widget::fonts_change_event(event);
|
||||
layout_relevant_change_occured();
|
||||
layout_relevant_change_occurred();
|
||||
}
|
||||
|
||||
void GroupBox::set_title(StringView title)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue