mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 04:27:12 +02:00
LibGUI: Fix a typo
This commit is contained in:
committed by
Linus Groh
parent
bf522d3bb3
commit
4e3b965d7f
Notes:
sideshowbarker
2024-07-17 03:44:05 +09:00
Author: https://github.com/cammo1123 Commit: https://github.com/SerenityOS/serenity/commit/4e3b965d7f Pull-request: https://github.com/SerenityOS/serenity/pull/16321 Reviewed-by: https://github.com/nico ✅
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user