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:
Simon Budig 2005-08-10 09:00:58 +00:00 committed by Simon Budig
parent 13dcc471cd
commit b2b61dd3c9
2 changed files with 6 additions and 3 deletions

View File

@ -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.

View File

@ -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: