mirror of https://github.com/GNOME/gimp.git
app: enable cairo drawing for the crop tool
This commit is contained in:
parent
6fb802f77b
commit
4a5d3301ad
|
@ -178,6 +178,8 @@ gimp_crop_tool_init (GimpCropTool *crop_tool)
|
|||
gimp_tool_control_set_tool_cursor (tool->control, GIMP_TOOL_CURSOR_CROP);
|
||||
|
||||
crop_tool->current_image = NULL;
|
||||
|
||||
GIMP_DRAW_TOOL (crop_tool)->use_cairo = TRUE;
|
||||
}
|
||||
|
||||
static GObject *
|
||||
|
|
Loading…
Reference in New Issue