[gimp/multi-stroke: 3/28] app: no need to apply the GEGL operation in paste_canvas for clone tool.



commit 090c842f6b3382d0c34d2b3837988e76b6cbe868
Author: Jehan <jehan girinstud io>
Date:   Sun Mar 15 23:45:39 2015 +0100

    app: no need to apply the GEGL operation in paste_canvas for clone tool.

 app/paint/gimpclone.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/paint/gimpclone.c b/app/paint/gimpclone.c
index 161e89a..93b90b6 100644
--- a/app/paint/gimpclone.c
+++ b/app/paint/gimpclone.c
@@ -246,7 +246,7 @@ gimp_clone_motion (GimpSourceCore   *source_core,
                                 source_options->align_mode ==
                                 GIMP_SOURCE_ALIGN_FIXED ?
                                 GIMP_PAINT_INCREMENTAL : GIMP_PAINT_CONSTANT,
-                                op);
+                                NULL);
 }
 
 static gboolean


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]