[gimp] app: no need to abort the image map when a handle changes



commit 038a6dd671d51618d7bb6b2653576dc811da1292
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]