mirror of https://github.com/GNOME/gimp.git
warp tool: fix commiting the deformation not working
This commit is contained in:
parent
afa98e6ece
commit
6abf634189
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue