[gimp/soc-2012-unified-transformation: 7/21] transformtool: Remove shift-clicking to accept transform since shift is used as a modifier
- From: Mikael Magnusson <mikachu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2012-unified-transformation: 7/21] transformtool: Remove shift-clicking to accept transform since shift is used as a modifier
- Date: Sat, 16 Jun 2012 12:40:18 +0000 (UTC)
commit b46f0c273751f047f6d52a436b019f95507e4cb3
Author: Mikael Magnusson <mikachu src gnome org>
Date: Thu Jun 14 07:32:36 2012 +0200
transformtool: Remove shift-clicking to accept transform since shift is used as a modifier
app/tools/gimptransformtool.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/app/tools/gimptransformtool.c b/app/tools/gimptransformtool.c
index 7148761..7bf7d1e 100644
--- a/app/tools/gimptransformtool.c
+++ b/app/tools/gimptransformtool.c
@@ -394,12 +394,6 @@ gimp_transform_tool_button_release (GimpTool *tool,
if (release_type != GIMP_BUTTON_RELEASE_CANCEL)
{
- /* Shift-clicking is another way to approve the transform */
- if ((state & GDK_SHIFT_MASK) || ! tr_tool->use_grid)
- {
- gimp_transform_tool_response (NULL, GTK_RESPONSE_OK, tr_tool);
- }
-
/* We're done with an interaction, save it on the undo list */
gimp_transform_tool_push_internal_undo(tr_tool);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]