https://bugs.kde.org/show_bug.cgi?id=438675
--- Comment #4 from Chris Holland <zrenf...@gmail.com> --- The solution is to follow kio's filepicker code properly. I wrote the dolphin code simpler since I thought I'd squirreled out all the edge cases of it being recycled. Seems like I can't do that though. https://invent.kde.org/frameworks/kio/-/blob/master/src/filewidgets/kfileplacesview.cpp#L121 https://invent.kde.org/frameworks/kio/-/blob/master/src/filewidgets/kfileplacesview.cpp#L235 mutable QMap<QPersistentModelIndex, PlaceFreeSpaceInfo> m_freeSpaceInfo; -- You are receiving this mail because: You are watching all bug changes.