[gimp] app: flush the display less aggressively, new GimpImageMap style



commit 199565f765acd8d729e37884bb0a32e4a92bd02f
Author: Michael Natterer <mitch gimp org>
Date:   Tue May 21 23:46:33 2013 +0200

    app: flush the display less aggressively, new GimpImageMap style

 app/tools/gimpwarptool.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/app/tools/gimpwarptool.c b/app/tools/gimpwarptool.c
index 554c046..792f553 100644
--- a/app/tools/gimpwarptool.c
+++ b/app/tools/gimpwarptool.c
@@ -535,8 +535,7 @@ gimp_warp_tool_image_map_flush (GimpImageMap *image_map,
 {
   GimpImage *image = gimp_display_get_image (tool->display);
 
-  gimp_projection_flush_now (gimp_image_get_projection (image));
-  gimp_display_flush_now (tool->display);
+  gimp_projection_flush (gimp_image_get_projection (image));
 }
 
 static void


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