mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 19:47:17 +02: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:
Notes:
sideshowbarker
2024-07-18 17:44:26 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/7ba644456eb
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user