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

This commit is contained in:
Ville Sokk 2012-08-13 12:37:50 +03:00
parent a881469d2c
commit d5dfd414b3
1 changed files with 1 additions and 0 deletions

View File

@ -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)