app: set the warp tool's image_map to DRAWABLE mode

This commit is contained in:
Michael Natterer 2013-05-23 19:30:46 +02:00
parent f294225af2
commit 278def0bf9
1 changed files with 2 additions and 0 deletions

View File

@ -651,6 +651,8 @@ gimp_warp_tool_create_image_map (GimpWarpTool *wt,
wt->graph,
GIMP_STOCK_TOOL_WARP);
gimp_image_map_set_region (wt->image_map, GIMP_IMAGE_MAP_REGION_DRAWABLE);
#if 0
g_object_set (wt->image_map, "gegl-caching", TRUE, NULL);
#endif