From 3b4d26e8d234ae11ad25271dfd46bcba84ef3ab5 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Thu, 23 Sep 2010 23:39:36 +0200 Subject: [PATCH] app: enable cairo drawing for all paint tools --- app/tools/gimppainttool.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/tools/gimppainttool.c b/app/tools/gimppainttool.c index 6810194bcd..a0595f835d 100644 --- a/app/tools/gimppainttool.c +++ b/app/tools/gimppainttool.c @@ -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 *