app: enable cairo drawing for the vector tool
This commit is contained in:
parent
db1a85148e
commit
39a4dfb923
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue