mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-07 10:52:53 +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: 2bd640277e
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
Add a link
Reference in a new issue