[gimp] warptool: some quick cleaning
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] warptool: some quick cleaning
- Date: Tue, 21 May 2013 21:47:09 +0000 (UTC)
commit 57adfee72b0bb7d18f7a98d26d3f9dfb114fd56a
Author: Michael Muré <batolettre gmail com>
Date: Fri Jul 8 11:06:49 2011 +0200
warptool: some quick cleaning
app/tools/gimpwarptool.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/tools/gimpwarptool.c b/app/tools/gimpwarptool.c
index 48efdbb..7bdaf2c 100644
--- a/app/tools/gimpwarptool.c
+++ b/app/tools/gimpwarptool.c
@@ -358,11 +358,11 @@ gimp_warp_tool_button_press (GimpTool *tool,
gegl_path_append (wt->current_stroke,
'M', coords->x, coords->y);
+ gimp_warp_tool_add_op (wt);
+
wt->stroke_timer = g_timeout_add (STROKE_PERIOD, gimp_warp_tool_stroke_timer, wt);
wt->preview_timer = g_timeout_add (PREVIEW_PERIOD, gimp_warp_tool_preview_timer, wt);
- gimp_warp_tool_add_op (wt);
-
gimp_tool_control_activate (tool->control);
}
@@ -384,7 +384,6 @@ gimp_warp_tool_button_release (GimpTool *tool,
g_source_remove (wt->preview_timer);
printf ("%s\n", gegl_path_to_string (wt->current_stroke));
- gimp_warp_tool_preview_timer (wt);
if (release_type == GIMP_BUTTON_RELEASE_CANCEL)
{
@@ -392,6 +391,7 @@ gimp_warp_tool_button_release (GimpTool *tool,
}
else
{
+ gimp_warp_tool_image_map_update (wt);
}
gimp_draw_tool_resume (GIMP_DRAW_TOOL (tool));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]