app: flush the display less aggressively, new GimpImageMap style

This commit is contained in:
Michael Natterer 2013-05-21 23:46:33 +02:00
parent dff3f85c0d
commit 199565f765
1 changed files with 1 additions and 2 deletions

View File

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