app: enable cairo drawing for the iscissors tool
This commit is contained in:
parent
c80cea5937
commit
eeeea7c69b
1 changed files with 2 additions and 0 deletions
|
|
@ -345,6 +345,8 @@ gimp_iscissors_tool_init (GimpIscissorsTool *iscissors)
|
|||
gimp_tool_control_set_tool_cursor (tool->control, GIMP_TOOL_CURSOR_ISCISSORS);
|
||||
|
||||
gimp_iscissors_tool_reset (iscissors);
|
||||
|
||||
GIMP_DRAW_TOOL (tool)->use_cairo = TRUE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue