mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 18:15:07 +00:00
LibGUI: Add missing call to did_update() when updating GFileSystemModel
This commit is contained in:
parent
19d8c675f1
commit
2bd640277e
1 changed files with 2 additions and 0 deletions
|
@ -160,6 +160,8 @@ void GFileSystemModel::update()
|
||||||
m_root = new Node;
|
m_root = new Node;
|
||||||
m_root->name = m_root_path;
|
m_root->name = m_root_path;
|
||||||
m_root->reify_if_needed(*this);
|
m_root->reify_if_needed(*this);
|
||||||
|
|
||||||
|
did_update();
|
||||||
}
|
}
|
||||||
|
|
||||||
void GFileSystemModel::cleanup()
|
void GFileSystemModel::cleanup()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue