[gimp] app: Iscissors: actually set the state to REMOVE so the right cursor appears
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: Iscissors: actually set the state to REMOVE so the right cursor appears
- Date: Sat, 28 Mar 2015 21:47:25 +0000 (UTC)
commit a5edc76c7628da2e73ed676c087ad1d3b37978af
Author: Michael Natterer <mitch gimp org>
Date: Sat Mar 28 22:46:49 2015 +0100
app: Iscissors: actually set the state to REMOVE so the right cursor appears
app/tools/gimpiscissorstool.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpiscissorstool.c b/app/tools/gimpiscissorstool.c
index e2cb738..4884204 100644
--- a/app/tools/gimpiscissorstool.c
+++ b/app/tools/gimpiscissorstool.c
@@ -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
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]