From eeeea7c69bf9edffad87d9ee0feec0a49935e414 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Thu, 23 Sep 2010 00:30:09 +0200 Subject: [PATCH] app: enable cairo drawing for the iscissors tool --- app/tools/gimpiscissorstool.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/tools/gimpiscissorstool.c b/app/tools/gimpiscissorstool.c index 31e0024308..fc7af58a03 100644 --- a/app/tools/gimpiscissorstool.c +++ b/app/tools/gimpiscissorstool.c @@ -345,6 +345,8 @@ gimp_iscissors_tool_init (GimpIscissorsTool *iscissors) gimp_tool_control_set_tool_cursor (tool->control, GIMP_TOOL_CURSOR_ISCISSORS); gimp_iscissors_tool_reset (iscissors); + + GIMP_DRAW_TOOL (tool)->use_cairo = TRUE; } static void