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



commit 39a4dfb923fdbdac2df952caf30a3a4c64b76c7b
Author: Michael Natterer <mitch gimp org>
Date:   Thu Sep 23 19:26:29 2010 +0200

    app: enable cairo drawing for the vector tool

 app/tools/gimpvectortool.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimpvectortool.c b/app/tools/gimpvectortool.c
index 55e5bd7..9799b9b 100644
--- a/app/tools/gimpvectortool.c
+++ b/app/tools/gimpvectortool.c
@@ -219,6 +219,8 @@ gimp_vector_tool_init (GimpVectorTool *vector_tool)
   vector_tool->sel_stroke     = NULL;
 
   vector_tool->saved_mode     = GIMP_VECTOR_MODE_DESIGN;
+
+  GIMP_DRAW_TOOL (tool)->use_cairo = TRUE;
 }
 
 



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