Bug 322113

Summary: [cursor] wrong cursor pressing 'control' and 'shift'
Product: [Applications] krita Reporter: David REVOY <info>
Component: UsabilityAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: halla
Priority: NOR    
Version: git master (please specify the git hash!)   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description David REVOY 2013-07-08 11:58:28 UTC
This is a bug affecting master very recently (less than 2 days?)  ;
- [control] return the cursor of a magnifier ( used normally in Control+Space ). It should be a color picker icon. 
- [Shift] return the cursor for the canvas rotation ( used normally in Control+Shift ). it should be the initialisation of brush d&d resize
It's only cosmetic ; features behind the wrong icons works well. 

>> Other infos :
>> Linux Mint KDE 14  / Nvidia driver no v-sync / OpenGL canvas + TriLin
>> Qt: 4.8.3 / KDE Development Platform: 4.9.5
>> Intuos 3 A4  & Cintiq 21UX
Comment 1 Arjen Hiemstra 2013-07-19 16:47:52 UTC
Git commit e39cf5e6be5a1cdbe1832516c61d1c14bcfbf636 by Arjen Hiemstra.
Committed on 19/07/2013 at 16:45.
Pushed by ahiemstra into branch 'master'.

krita: Assign different priorities to the input actions

This is used to resolve conflicts when multiple shortcuts with different
actions can be activated with the current input.

M  +5    -0    krita/ui/input/kis_abstract_input_action.cpp
M  +8    -0    krita/ui/input/kis_abstract_input_action.h
M  +5    -0    krita/ui/input/kis_alternate_invocation_action.cpp
M  +2    -0    krita/ui/input/kis_alternate_invocation_action.h
M  +5    -0    krita/ui/input/kis_change_primary_setting_action.cpp
M  +2    -0    krita/ui/input/kis_change_primary_setting_action.h
M  +5    -0    krita/ui/input/kis_pan_action.cpp
M  +2    -0    krita/ui/input/kis_pan_action.h
M  +5    -0    krita/ui/input/kis_rotate_canvas_action.cpp
M  +2    -0    krita/ui/input/kis_rotate_canvas_action.h
M  +5    -0    krita/ui/input/kis_show_palette_action.cpp
M  +2    -0    krita/ui/input/kis_show_palette_action.h
M  +3    -1    krita/ui/input/kis_single_action_shortcut.cpp
M  +2    -1    krita/ui/input/kis_stroke_shortcut.cpp
M  +5    -0    krita/ui/input/kis_tool_invocation_action.cpp
M  +2    -0    krita/ui/input/kis_tool_invocation_action.h
M  +5    -0    krita/ui/input/kis_zoom_action.cpp
M  +2    -0    krita/ui/input/kis_zoom_action.h

http://commits.kde.org/calligra/e39cf5e6be5a1cdbe1832516c61d1c14bcfbf636
Comment 2 Halla Rempt 2013-07-20 11:35:55 UTC
I can confirm that it's fixed now.