LibGUI: Don't invalidate FileSystemModel indices on thumbnail update

Finishing a thumbnail generation doesn't affect indices at all.
This commit is contained in:
Andreas Kling
2021-05-19 23:47:30 +02:00
parent bb9e955ef8
commit 7ba644456e
Notes: sideshowbarker 2024-07-18 17:44:26 +09:00

View File

@@ -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;