app: rect tool changes made for suppressed execute need to be applied
This commit is contained in:
@ -1082,10 +1082,11 @@ gimp_rectangle_tool_button_release (GimpTool *tool,
|
|||||||
if (private->function == GIMP_RECTANGLE_TOOL_DEAD)
|
if (private->function == GIMP_RECTANGLE_TOOL_DEAD)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* Suppresed, don't execute yet!*/
|
/* Suppresed, don't execute yet! But commit any changes setup made.*/
|
||||||
if (private->suppress_execute)
|
if (private->suppress_execute)
|
||||||
{
|
{
|
||||||
private->suppress_execute = FALSE;
|
private->suppress_execute = FALSE;
|
||||||
|
gimp_rectangle_tool_rectangle_change_complete (rect_tool);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user