app: enable cairo drawing for all paint tools
This commit is contained in:
parent
ecd59cd013
commit
3b4d26e8d2
1 changed files with 2 additions and 0 deletions
|
|
@ -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 *
|
||||
|
|
|
|||
Loading…
Reference in a new issue