mirror of https://github.com/GNOME/gimp.git
app: enable cairo drawing for the align tool
This commit is contained in:
parent
9c7cd6d41c
commit
9cb4a2e87b
|
@ -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 *
|
||||
|
|
Loading…
Reference in New Issue