[gimp] warp tool: fix commiting the deformation not working
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] warp tool: fix commiting the deformation not working
- Date: Tue, 21 May 2013 21:47:34 +0000 (UTC)
commit 6abf6341892f0b94d2804f462aec235c67cde1d2
Author: Michael Muré <batolettre gmail com>
Date: Mon Aug 1 19:04:57 2011 +0200
warp tool: fix commiting the deformation not working
app/tools/gimpwarptool.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpwarptool.c b/app/tools/gimpwarptool.c
index fefa9c9..fcb2910 100644
--- a/app/tools/gimpwarptool.c
+++ b/app/tools/gimpwarptool.c
@@ -271,9 +271,9 @@ gimp_warp_tool_key_press (GimpTool *tool,
switch (kevent->keyval)
{
case GDK_KEY_BackSpace:
- case GDK_KEY_Return:
return TRUE;
+ case GDK_KEY_Return:
case GDK_KEY_KP_Enter:
case GDK_KEY_ISO_Enter:
gimp_tool_control_set_preserve (tool->control, TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]