app: enable cairo drawing for the crop tool

This commit is contained in:
Michael Natterer 2010-09-24 10:51:10 +02:00
parent 6fb802f77b
commit 4a5d3301ad
1 changed files with 2 additions and 0 deletions

View File

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