[gimp] app: don't flush the gegl file backend when painting



commit d5dfd414b35b7b65720d0304751ef65c3ccaa5e0
Author: Ville Sokk <ville sokk gmail com>
Date:   Mon Aug 13 12:37:50 2012 +0300

    app: don't flush the gegl file backend when painting

 app/gegl/gimpapplicator.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/app/gegl/gimpapplicator.c b/app/gegl/gimpapplicator.c
index bb23ca6..645d961 100644
--- a/app/gegl/gimpapplicator.c
+++ b/app/gegl/gimpapplicator.c
@@ -183,6 +183,7 @@ gimp_applicator_new (GeglBuffer        *dest_buffer,
     gegl_node_new_child (applicator->node,
                          "operation", "gegl:write-buffer",
                          "buffer",    dest_buffer,
+                         "flush",     FALSE,
                          NULL);
 
   if (affect == GIMP_COMPONENT_ALL)



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