https://bugs.kde.org/show_bug.cgi?id=517607
Akseli Lahtinen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kio/-/commit/9f19692 | |017dc5f9743bd6cc4ba51d577ad | |d394ea Status|ASSIGNED |RESOLVED --- Comment #4 from Akseli Lahtinen <[email protected]> --- Git commit 9f19692017dc5f9743bd6cc4ba51d577add394ea by Akseli Lahtinen. Committed on 20/05/2026 at 10:44. Pushed by akselmo into branch 'master'. KDirModel: Remove setting node preview on itemChanged While dispatching the MIME type queue, dirModel::itemChanged will also reset the icons to make sure no cutEffects are staying on when not needed. While we are dispatching the iconUpdateQueue, this would also reset the icons we just have gotten, since it is also called in slotPreviewJobFinished. This patch reworks the order of applying the cut effect, so that its always added in the end, not in the middle of mimetypeicon to previewicon generation. M +7 -13 src/filewidgets/kfilepreviewgenerator.cpp M +0 -8 src/widgets/kdirmodel.cpp https://invent.kde.org/frameworks/kio/-/commit/9f19692017dc5f9743bd6cc4ba51d577add394ea -- You are receiving this mail because: You are watching all bug changes.
