From 4a5d3301ad5487c63bb1cb587e69d0cdb4eda770 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Fri, 24 Sep 2010 10:51:10 +0200 Subject: [PATCH] app: enable cairo drawing for the crop tool --- app/tools/gimpcroptool.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/tools/gimpcroptool.c b/app/tools/gimpcroptool.c index 02dd19799a..066bbc5f85 100644 --- a/app/tools/gimpcroptool.c +++ b/app/tools/gimpcroptool.c @@ -178,6 +178,8 @@ gimp_crop_tool_init (GimpCropTool *crop_tool) gimp_tool_control_set_tool_cursor (tool->control, GIMP_TOOL_CURSOR_CROP); crop_tool->current_image = NULL; + + GIMP_DRAW_TOOL (crop_tool)->use_cairo = TRUE; } static GObject *