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:
parent
957acb42e8
commit
9154814b94
1 changed files with 2 additions and 0 deletions
|
|
@ -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 *
|
||||
|
|
|
|||
Loading…
Reference in a new issue