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



commit 4c67da13b65a127808dbe725228106d7d3497b93
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 b5ca1d4..5cd01cb 100644
--- a/app/paint/gimpclone.c
+++ b/app/paint/gimpclone.c
@@ -252,7 +252,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]