mirror of https://github.com/GNOME/gimp.git
app: Iscissors: actually set the state to REMOVE so the right cursor appears
This commit is contained in:
parent
f2c4b9317f
commit
a5edc76c76
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue