mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibGUI: Fix a typo
This commit is contained in:
parent
bf522d3bb3
commit
4e3b965d7f
Notes:
sideshowbarker
2024-07-17 03:44:05 +09:00
Author: https://github.com/cammo1123
Commit: 4e3b965d7f
Pull-request: https://github.com/SerenityOS/serenity/pull/16321
Reviewed-by: https://github.com/nico ✅
8 changed files with 23 additions and 23 deletions
|
@ -57,10 +57,10 @@ void ListView::resize_event(ResizeEvent& event)
|
|||
AbstractView::resize_event(event);
|
||||
}
|
||||
|
||||
void ListView::layout_relevant_change_occured()
|
||||
void ListView::layout_relevant_change_occurred()
|
||||
{
|
||||
update_content_size();
|
||||
AbstractView::layout_relevant_change_occured();
|
||||
AbstractView::layout_relevant_change_occurred();
|
||||
}
|
||||
|
||||
void ListView::model_did_update(unsigned flags)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue