mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:38:10 +00:00
LibGUI: Fix a typo
This commit is contained in:
parent
bf522d3bb3
commit
4e3b965d7f
8 changed files with 23 additions and 23 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue