[gimp/soc-2011-warp: 54/72] warptool: enable the caching in imagemap
- From: Michael Murà <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2011-warp: 54/72] warptool: enable the caching in imagemap
- Date: Wed, 14 Mar 2012 12:21:55 +0000 (UTC)
commit 4abf4a191d8b6d93ad940f016053e86f199849ed
Author: Michael Murà <batolettre gmail com>
Date: Sat Jul 23 13:40:29 2011 +0200
warptool: enable the caching in imagemap
app/tools/gimpwarptool.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimpwarptool.c b/app/tools/gimpwarptool.c
index 181270f..68410da 100644
--- a/app/tools/gimpwarptool.c
+++ b/app/tools/gimpwarptool.c
@@ -502,6 +502,8 @@ gimp_warp_tool_create_image_map (GimpWarpTool *wt,
NULL,
NULL);
+ g_object_set (wt->image_map, "gegl-caching", TRUE, NULL);
+
g_signal_connect (wt->image_map, "flush",
G_CALLBACK (gimp_warp_tool_image_map_flush),
wt);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]