[gimp/soc-2011-warp: 64/72] warp tool: fix one reason that make the outline not moving along the stroke
- From: Michael Murà <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2011-warp: 64/72] warp tool: fix one reason that make the outline not moving along the stroke
- Date: Wed, 14 Mar 2012 12:22:46 +0000 (UTC)
commit b315f826b7d50005890fad939e6858333c02881e
Author: Michael Murà <batolettre gmail com>
Date: Mon Aug 1 20:03:43 2011 +0200
warp tool: fix one reason that make the outline not moving along the stroke
app/tools/gimpwarptool.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimpwarptool.c b/app/tools/gimpwarptool.c
index e33d4f6..d1c489b 100644
--- a/app/tools/gimpwarptool.c
+++ b/app/tools/gimpwarptool.c
@@ -312,8 +312,12 @@ gimp_warp_tool_motion (GimpTool *tool,
{
GimpWarpTool *wt = GIMP_WARP_TOOL (tool);
+ gimp_draw_tool_pause (GIMP_DRAW_TOOL (tool));
+
wt->cursor_x = coords->x;
wt->cursor_y = coords->y;
+
+ gimp_draw_tool_resume (GIMP_DRAW_TOOL (tool));
}
static void
@@ -580,6 +584,8 @@ gimp_warp_tool_undo (GimpWarpTool *wt)
gegl_node_disconnect (to_delete, "input");
gegl_node_connect_to (previous, "output", wt->render_node, "aux");
+
+
g_object_unref (to_delete);
gimp_warp_tool_image_map_update (wt);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]