app: enable cairo drawing for the align tool
This commit is contained in:
@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user