https://bugs.kde.org/show_bug.cgi?id=445441
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/commit/df |ma/plasma-desktop/commit/8d |35f9e2ed276c7001509a28b3e7e |faf9b4385e893c3d3abe038a42a |862124163f4 |05f6a101180 --- Comment #3 from Nate Graham <n...@kde.org> --- Git commit 8dfaf9b4385e893c3d3abe038a42a05f6a101180 by Nate Graham, on behalf of Severin von Wnuck. Committed on 02/02/2022 at 18:53. Pushed by ngraham into branch 'Plasma/5.24'. positioner: Fix deferred move with multiple items Dropping multiple files on a folder view (e.g. desktop) only positions one file correctly. Calling `Positioner::move` multiple times overwrites the previous moves in `m_deferMovePositions`. Appending the moves to `m_deferMovePositions` fixes the positioning. (cherry picked from commit df35f9e2ed276c7001509a28b3e7e862124163f4) M +1 -1 containments/desktop/plugins/folder/positioner.cpp https://invent.kde.org/plasma/plasma-desktop/commit/8dfaf9b4385e893c3d3abe038a42a05f6a101180 -- You are receiving this mail because: You are watching all bug changes.