diff --git a/ChangeLog b/ChangeLog index 00597fa893..200902a7aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-04-13 Michael Natterer + + * app/tools/gimpiscissorstool.c: minor cosmetics. + + * cursors/gimp-tool-cursors.xcf: add the new SELECT modifier. + 2008-04-12 Martin Nordholts Applied modified patch from Daniel Hornung that changes the mouse diff --git a/app/tools/gimpiscissorstool.c b/app/tools/gimpiscissorstool.c index 76f9552f88..6fd83acb04 100644 --- a/app/tools/gimpiscissorstool.c +++ b/app/tools/gimpiscissorstool.c @@ -1024,7 +1024,7 @@ gimp_iscissors_tool_cursor_update (GimpTool *tool, options = GIMP_SELECTION_TOOL_GET_OPTIONS (tool); /* Do not overwrite the modifiers for add, subtract, intersect */ - if(options->operation == GIMP_CHANNEL_OP_REPLACE) + if (options->operation == GIMP_CHANNEL_OP_REPLACE) { modifier = GIMP_CURSOR_MODIFIER_SELECT; } @@ -1051,7 +1051,6 @@ gimp_iscissors_tool_cursor_update (GimpTool *tool, break; } - if (modifier != GIMP_CURSOR_MODIFIER_NONE) { gimp_tool_set_cursor (tool, display, diff --git a/cursors/gimp-tool-cursors.xcf b/cursors/gimp-tool-cursors.xcf index 73e2bc82a7..ba23279519 100644 Binary files a/cursors/gimp-tool-cursors.xcf and b/cursors/gimp-tool-cursors.xcf differ