https://bugs.kde.org/show_bug.cgi?id=370339
Vlad Zagorodniy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kwi | |n/1ca2aec77fee3ba0d82fa8ef7 | |1efe1290028f7d7 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Version Fixed In| |5.15 --- Comment #4 from Vlad Zagorodniy <[email protected]> --- Git commit 1ca2aec77fee3ba0d82fa8ef71efe1290028f7d7 by Vlad Zagorodniy. Committed on 31/12/2018 at 10:35. Pushed by vladz into branch 'master'. [wayland] Don't use hardcoded move-resize cursor Summary: Currently, when resizing a window the cursor doesn't match the resize direction. The reason for that is the move-resize cursor is hardcoded. To fix that, CursorImage::updateMoveResize has to use AbstractClient::cursor. Also, because the move-resize cursor is updated after calling startMoveResize, we have to connect to AbstractClient::moveResizeCursorChanged. FIXED-IN: 5.15 Reviewers: #kwin, davidedmundson, broulik, romangg, graesslin Reviewed By: #kwin, graesslin Subscribers: davidedmundson, romangg, graesslin, kwin Tags: #kwin Maniphest Tasks: T5714 Differential Revision: https://phabricator.kde.org/D3202 M +186 -0 autotests/integration/pointer_input.cpp M +3 -0 cursor.h M +2 -1 pointer_input.cpp https://commits.kde.org/kwin/1ca2aec77fee3ba0d82fa8ef71efe1290028f7d7 -- You are receiving this mail because: You are watching all bug changes.
