mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 20:45:14 +00:00
LibGUI: Add missing call to did_update() when updating GFileSystemModel
This commit is contained in:
parent
19d8c675f1
commit
2bd640277e
Notes:
sideshowbarker
2024-07-19 10:52:41 +09:00
Author: https://github.com/remyabel2 Commit: https://github.com/SerenityOS/serenity/commit/2bd640277ed
1 changed files with 2 additions and 0 deletions
|
@ -160,6 +160,8 @@ void GFileSystemModel::update()
|
|||
m_root = new Node;
|
||||
m_root->name = m_root_path;
|
||||
m_root->reify_if_needed(*this);
|
||||
|
||||
did_update();
|
||||
}
|
||||
|
||||
void GFileSystemModel::cleanup()
|
||||
|
|
Loading…
Add table
Reference in a new issue