mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03: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
@ -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…
Reference in New Issue
Block a user