mirror of https://github.com/GNOME/gimp.git
small fixes to the cursors - now the handles have their respective cursor
2005-08-10 Simon Budig <simon@gimp.org> * app/tools/gimpvectortool.c: small fixes to the cursors - now the handles have their respective cursor as well.
This commit is contained in:
parent
13dcc471cd
commit
b2b61dd3c9
|
@ -1,3 +1,8 @@
|
|||
2005-08-10 Simon Budig <simon@gimp.org>
|
||||
|
||||
* app/tools/gimpvectortool.c: small fixes to the cursors - now
|
||||
the handles have their respective cursor as well.
|
||||
|
||||
2005-08-10 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* Made 2.3.3, the "What The Hack" release.
|
||||
|
|
|
@ -1297,15 +1297,13 @@ gimp_vector_tool_cursor_update (GimpTool *tool,
|
|||
break;
|
||||
|
||||
case VECTORS_MOVE_HANDLE:
|
||||
cursor = GDK_HAND2;
|
||||
tool_cursor = GIMP_TOOL_CURSOR_PATHS_CONTROL;
|
||||
cmodifier = GIMP_CURSOR_MODIFIER_MOVE;
|
||||
break;
|
||||
|
||||
case VECTORS_CONVERT_EDGE:
|
||||
cursor = GDK_HAND2;
|
||||
tool_cursor = GIMP_TOOL_CURSOR_PATHS_CONTROL;
|
||||
cmodifier = GIMP_CURSOR_MODIFIER_CONTROL;
|
||||
cmodifier = GIMP_CURSOR_MODIFIER_MINUS;
|
||||
break;
|
||||
|
||||
case VECTORS_MOVE_ANCHOR:
|
||||
|
|
Loading…
Reference in New Issue