app: Iscissors: actually set the state to REMOVE so the right cursor appears

This commit is contained in:
Michael Natterer 2015-03-28 22:46:49 +01:00
parent f2c4b9317f
commit a5edc76c76
1 changed files with 1 additions and 1 deletions

View File

@ -933,7 +933,7 @@ gimp_iscissors_tool_oper_update (GimpTool *tool,
{
gimp_tool_replace_status (tool, display,
_("Click to remove this point"));
iscissors->op = ISCISSORS_OP_MOVE_POINT;
iscissors->op = ISCISSORS_OP_REMOVE_POINT;
}
else
{