Created attachment 192806 [details] Depiction of the bug and prior behavior DESCRIPTION While using most selection tools (freehand, square, ellipse, ...) and actively making a selection, the cursor is displayed as the "move cursor" (a 4-way arrow). STEPS TO REPRODUCE 1. Activate the freehand selection tool 2. Drag a selection OBSERVED RESULT The cursor is a 4-way arrow cursor (the move cursor). See the attached image. EXPECTED RESULT The cursor remains the selection cursor. SOFTWARE/OS VERSIONS Krita : latest nightly --> krita-6.1.0-prealpha-167eac1553-x86_64.AppImage Operating System (available in the Info Center app, or by running `kinfo` in a terminal window): Ubuntu 24.04.4 LTS KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION See the attached image. As a user, the bug's impact is that it's hard to see the end of the selection's trail because the move cursor is pretty fat. The bug happens no matter the value of the checkbox "Move selected content" in the tool options docker. This seems to be caused by the commit 8df2664afc0190076fba56d0bb7d173f26f68eb1 : https://invent.kde.org/graphics/krita/-/commit/8df2664afc0190076fba56d0bb7d173f26f68eb1. I reverted that commit locally and it solved the problem!
I can confirm, happens with current Qt5 bubilds too
The feature causing this issue has been reverted: https://invent.kde.org/graphics/krita/-/commit/2bd9710f0c415ae5558df26eb89026134c8608a1 The new instance of the feature will be tracked in here: https://invent.kde.org/graphics/krita/-/merge_requests/2832
(In reply to Dmitry Kazakov from comment #2) > The feature causing this issue has been reverted: > https://invent.kde.org/graphics/krita/-/commit/ > 2bd9710f0c415ae5558df26eb89026134c8608a1 > > The new instance of the feature will be tracked in here: > https://invent.kde.org/graphics/krita/-/merge_requests/2832 Thank you Dmitry!