[gimp] app: enable cairo drawing for the measure tool



commit 3afd2da6905306956cbbfa9e85b2cce7afb1423c
Author: Michael Natterer <mitch gimp org>
Date:   Fri Sep 24 01:33:15 2010 +0200

    app: enable cairo drawing for the measure tool

 app/tools/gimpmeasuretool.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimpmeasuretool.c b/app/tools/gimpmeasuretool.c
index d874126..6d360c0 100644
--- a/app/tools/gimpmeasuretool.c
+++ b/app/tools/gimpmeasuretool.c
@@ -158,6 +158,8 @@ gimp_measure_tool_init (GimpMeasureTool *measure_tool)
 
   measure_tool->function = CREATING;
   measure_tool->status_help = TRUE;
+
+  GIMP_DRAW_TOOL (tool)->use_cairo = TRUE;
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]