mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
LibGUI: Add missing call to did_update() when updating GFileSystemModel
This commit is contained in:
committed by
Andreas Kling
parent
19d8c675f1
commit
2bd640277e
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user