LibGUI: Fix a typo

This commit is contained in:
Cameron Youell 2022-12-06 00:00:35 +11:00 committed by Linus Groh
commit 4e3b965d7f
Notes: sideshowbarker 2024-07-17 03:44:05 +09:00
8 changed files with 23 additions and 23 deletions

View file

@ -73,7 +73,7 @@ void ScrollableContainerWidget::resize_event(GUI::ResizeEvent& event)
update_widget_position();
}
void ScrollableContainerWidget::layout_relevant_change_occured()
void ScrollableContainerWidget::layout_relevant_change_occurred()
{
update_widget_min_size();
update_scrollbar_visibility();