Reset the automatic undo/redo mechanism so that commiting pending
2008-01-23 Martin Nordholts <martinn@svn.gnome.org> * app/tools/gimprectangleselecttool.c (gimp_rect_select_tool_execute): Reset the automatic undo/redo mechanism so that commiting pending rectangles with Return works (bug #511599). svn path=/trunk/; revision=24696
This commit is contained in:

committed by
Martin Nordholts

parent
087268e6fa
commit
d089ea9c3e
@ -1,3 +1,10 @@
|
|||||||
|
2008-01-23 Martin Nordholts <martinn@svn.gnome.org>
|
||||||
|
|
||||||
|
* app/tools/gimprectangleselecttool.c
|
||||||
|
(gimp_rect_select_tool_execute): Reset the automatic undo/redo
|
||||||
|
mechanism so that commiting pending rectangles with Return
|
||||||
|
works (bug #511599).
|
||||||
|
|
||||||
2008-01-23 Sven Neumann <sven@gimp.org>
|
2008-01-23 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* app/display/gimpdisplayshell-selection.c: show the selection,
|
* app/display/gimpdisplayshell-selection.c: show the selection,
|
||||||
|
@ -779,6 +779,10 @@ gimp_rect_select_tool_execute (GimpRectangleTool *rectangle,
|
|||||||
gimp_rect_select_tool_update_option_defaults (rect_sel_tool,
|
gimp_rect_select_tool_update_option_defaults (rect_sel_tool,
|
||||||
FALSE);
|
FALSE);
|
||||||
|
|
||||||
|
/* Reset the automatic undo/redo mechanism */
|
||||||
|
priv->undo = NULL;
|
||||||
|
priv->redo = NULL;
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user