Bug 398333

Summary: Selection mode cursors not updating when using shortcuts
Product: [Applications] krita Reporter: mvowada <freebox64>
Component: Tools/SelectionAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: git master (please specify the git hash!)   
Target Milestone: ---   
Platform: Appimage   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Video

Description mvowada 2018-09-06 18:21:19 UTC
Created attachment 114816 [details]
Video

(Ubuntu 14.04, Unity - Krita Appimage 4.2.0-pre-alpha (git 65a1598))

Hi and thanks for this useful feature :)
It seems that the cursor icons (+/-) are not updating when using the key shortcuts:

    1. add to a selection
    2. press the "ALT" key (subtract)

Actual Results: the cursor is "+"
Expected Results: cursor "-"? 

(original wishbug: Bug 385861)
Comment 1 Dmitry Kazakov 2018-09-09 15:01:43 UTC
Git commit 6e809bc8076cf876b2a65c289a27a180ee56061f by Dmitry Kazakov.
Committed on 09/09/2018 at 15:01.
Pushed by dkazakov into branch 'master'.

Fix selection cursor update when modifier is presses

M  +17   -0    libs/ui/tool/kis_tool_select_base.h

https://commits.kde.org/krita/6e809bc8076cf876b2a65c289a27a180ee56061f
Comment 2 mvowada 2018-09-10 11:31:33 UTC
It works very well, thanks!