[gimp/soc-2010-cage-2] app: no need to abort the image map when a	handle changes
- From: Michael Muré <mmure src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gimp/soc-2010-cage-2] app: no need to abort the image map when a	handle changes
 
- Date: Thu, 30 Dec 2010 18:07:03 +0000 (UTC)
 
commit e2dfa6b5db2c933a5b008663368efcfc672c24e5
Author: Michael Natterer <mitch gimp org>
Date:   Fri Nov 5 21:05:54 2010 +0100
    app: no need to abort the image map when a handle changes
 app/tools/gimpcagetool.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/app/tools/gimpcagetool.c b/app/tools/gimpcagetool.c
index fbb9d48..961c599 100644
--- a/app/tools/gimpcagetool.c
+++ b/app/tools/gimpcagetool.c
@@ -380,10 +380,6 @@ gimp_cage_tool_button_press (GimpTool            *tool,
                                                       coords->x,
                                                       coords->y,
                                                       HANDLE_SIZE);
-      if (ct->handle_moved > 0 && ct->image_map)
-        {
-          gimp_image_map_abort (ct->image_map);
-        }
     }
 
   if (ct->handle_moved < 0 && ! ct->cage_complete)
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]