app: enable cairo drawing for the color picker tool

This commit is contained in:
Michael Natterer 2010-09-22 22:45:17 +02:00
parent e7de19ed2f
commit 721fae71fb

View file

@ -124,6 +124,8 @@ gimp_color_picker_tool_init (GimpColorPickerTool *tool)
GimpColorTool *color_tool = GIMP_COLOR_TOOL (tool);
color_tool->pick_mode = GIMP_COLOR_PICK_MODE_FOREGROUND;
GIMP_DRAW_TOOL (tool)->use_cairo = TRUE;
}
static GObject *