Bug 322113 - [cursor] wrong cursor pressing 'control' and 'shift'
Summary: [cursor] wrong cursor pressing 'control' and 'shift'
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: Usability (show other bugs)
Version: git master (please specify the git hash!)
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-08 11:58 UTC by David REVOY
Modified: 2013-07-20 11:35 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.