https://bugs.kde.org/show_bug.cgi?id=511057
Méven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/syst | |em/dolphin/-/commit/acb6493 | |da09f6df31897b266341978fcc7 | |fddce5 Status|ASSIGNED |RESOLVED --- Comment #5 from Méven <[email protected]> --- Git commit acb6493da09f6df31897b266341978fcc7fddce5 by Méven Car, on behalf of Carlos Aurelio. Committed on 27/11/2025 at 11:09. Pushed by meven into branch 'master'. kitemviews: Prevent crash when dragging details side padding header Calling createRolePixmap() while roleIndex is < 0 (which is the case for the header side padding) would cause access to a negative index of a vector, so exit the function before so and do nothing. M +4 -0 src/kitemviews/private/kitemlistheaderwidget.cpp https://invent.kde.org/system/dolphin/-/commit/acb6493da09f6df31897b266341978fcc7fddce5 -- You are receiving this mail because: You are watching all bug changes.
