app: enable cairo drawing for the align tool

This commit is contained in:
Michael Natterer 2010-09-24 18:59:05 +02:00
parent 9c7cd6d41c
commit 9cb4a2e87b
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ gimp_align_tool_init (GimpAlignTool *align_tool)
GIMP_CURSOR_PRECISION_PIXEL_BORDER);
gimp_tool_control_set_tool_cursor (tool->control, GIMP_TOOL_CURSOR_MOVE);
GIMP_DRAW_TOOL (tool)->use_cairo = TRUE;
}
static GObject *