app: enable cairo drawing for all paint tools

This commit is contained in:
Michael Natterer 2010-09-23 23:39:36 +02:00
parent ecd59cd013
commit 3b4d26e8d2

View file

@ -147,6 +147,8 @@ gimp_paint_tool_init (GimpPaintTool *paint_tool)
tool->max_coord_smooth = 0.80;
paint_tool->core = NULL;
GIMP_DRAW_TOOL (tool)->use_cairo = TRUE;
}
static GObject *