mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00
LibGUI: Don't invalidate FileSystemModel indices on thumbnail update
Finishing a thumbnail generation doesn't affect indices at all.
This commit is contained in:
parent
bb9e955ef8
commit
7ba644456e
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ bool FileSystemModel::fetch_thumbnail_for(const Node& node)
|
|||
m_thumbnail_progress_total = 0;
|
||||
}
|
||||
|
||||
did_update();
|
||||
did_update(UpdateFlag::DontInvalidateIndices);
|
||||
});
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue