mirror of https://github.com/GNOME/gimp.git
app: don't update the highlight when the rectangle tool is resumed
It causes an infinite invalidation loop.
This commit is contained in:
parent
1205a6aedd
commit
70f88c4320
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue