as suggested by Daniel Egger, set TOOL_CAN_HANDLE_CHANGING_BRUSH for the

2000-06-08  Sven Neumann  <sven@gimp.org>

	* app/eraser.c: as suggested by Daniel Egger, set
	TOOL_CAN_HANDLE_CHANGING_BRUSH for the eraser tool.
	Fixes bug #13172.
This commit is contained in:
Sven Neumann 2000-06-07 23:13:39 +00:00 committed by Sven Neumann
parent fd4355bc89
commit 8630a62302
5 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2000-06-08 Sven Neumann <sven@gimp.org>
* app/eraser.c: as suggested by Daniel Egger, set
TOOL_CAN_HANDLE_CHANGING_BRUSH for the eraser tool.
Fixes bug #13172.
2000-06-08 Sven Neumann <sven@gimp.org>
* app/qmask.c: call undo_push_qmask() before removing the

View File

@ -197,6 +197,7 @@ tools_new_eraser (void)
private = (PaintCore *) tool->private;
private->paint_func = eraser_paint_func;
private->flags |= TOOL_CAN_HANDLE_CHANGING_BRUSH;
tool->modifier_key_func = eraser_modifier_key_func;
return tool;

View File

@ -197,6 +197,7 @@ tools_new_eraser (void)
private = (PaintCore *) tool->private;
private->paint_func = eraser_paint_func;
private->flags |= TOOL_CAN_HANDLE_CHANGING_BRUSH;
tool->modifier_key_func = eraser_modifier_key_func;
return tool;

View File

@ -197,6 +197,7 @@ tools_new_eraser (void)
private = (PaintCore *) tool->private;
private->paint_func = eraser_paint_func;
private->flags |= TOOL_CAN_HANDLE_CHANGING_BRUSH;
tool->modifier_key_func = eraser_modifier_key_func;
return tool;

View File

@ -197,6 +197,7 @@ tools_new_eraser (void)
private = (PaintCore *) tool->private;
private->paint_func = eraser_paint_func;
private->flags |= TOOL_CAN_HANDLE_CHANGING_BRUSH;
tool->modifier_key_func = eraser_modifier_key_func;
return tool;