app: don't update the highlight when the rectangle tool is resumed

It causes an infinite invalidation loop.
This commit is contained in:
Michael Natterer 2011-01-27 21:36:58 +01:00
parent 1205a6aedd
commit 70f88c4320
1 changed files with 0 additions and 2 deletions

View File

@ -872,8 +872,6 @@ gimp_rectangle_tool_control (GimpTool *tool,
break;
case GIMP_TOOL_ACTION_RESUME:
gimp_rectangle_tool_update_highlight (rect_tool);
/* When highlightning is on, the shell gets paused/unpaused which means we
* will get here, but we only want to recalculate handle sizes when the
* zoom has changed.