minor cosmetics.

2008-04-13  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimpiscissorstool.c: minor cosmetics.

	* cursors/gimp-tool-cursors.xcf: add the new SELECT modifier.


svn path=/trunk/; revision=25474
This commit is contained in:
Michael Natterer 2008-04-13 13:50:01 +00:00 committed by Michael Natterer
parent a8bbf6b29b
commit af484e2fe2
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2008-04-13 Michael Natterer <mitch@gimp.org>
* app/tools/gimpiscissorstool.c: minor cosmetics.
* cursors/gimp-tool-cursors.xcf: add the new SELECT modifier.
2008-04-12 Martin Nordholts <martinn@svn.gnome.org>
Applied modified patch from Daniel Hornung that changes the mouse

View File

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

Binary file not shown.