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



commit 9154814b94de434156209d6de0cce88b3d2132ed
Author: Michael Natterer <mitch gimp org>
Date:   Fri Sep 24 20:35:59 2010 +0200

    app: enable cairo drawing for the text tool
    
    This looks absolutely unacceptable if there is a selection, will
    fix that later with a special text selection item or a special
    style.

 app/tools/gimptexttool.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimptexttool.c b/app/tools/gimptexttool.c
index c8d4fee..3c078c1 100644
--- a/app/tools/gimptexttool.c
+++ b/app/tools/gimptexttool.c
@@ -272,6 +272,8 @@ gimp_text_tool_init (GimpTextTool *text_tool)
                                               GIMP_TOOL_CURSOR_TEXT);
   gimp_tool_control_set_action_object_1      (tool->control,
                                               "context/context-font-select-set");
+
+  GIMP_DRAW_TOOL (tool)->use_cairo = TRUE;
 }
 
 static GObject *



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