https://bugs.kde.org/show_bug.cgi?id=455394
--- Comment #6 from Nate Graham <n...@kde.org> --- Git commit fab815b0564ea08202b5bd3429f580c6c5a742d3 by Nate Graham, on behalf of Alexander Volkov. Committed on 10/11/2022 at 14:49. Pushed by ngraham into branch 'Plasma/5.26'. Fix right to right snapping target.right() is calculated as target.x() + target.width() - 1, so 1 needs to be added to the x coordinate of a snapped rect. This is done in snapToBottom(), but was forgotten in snapToRight(). Amend 6309d33f092e60a96ce38b32cb295a3e54347cb9. (cherry picked from commit 6faf4d6b89e826db00198e270675e966ec09d0d0) M +1 -1 kcm/output_model.cpp https://invent.kde.org/plasma/kscreen/commit/fab815b0564ea08202b5bd3429f580c6c5a742d3 -- You are receiving this mail because: You are watching all bug changes.