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.
This commit is contained in:
Michael Natterer 2010-09-24 20:35:59 +02:00
parent 957acb42e8
commit 9154814b94

View file

@ -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 *