app: enable cairo drawing for the measure tool

This commit is contained in:
Michael Natterer 2010-09-24 01:33:15 +02:00
parent 1c550d4623
commit 3afd2da690

View file

@ -158,6 +158,8 @@ gimp_measure_tool_init (GimpMeasureTool *measure_tool)
measure_tool->function = CREATING;
measure_tool->status_help = TRUE;
GIMP_DRAW_TOOL (tool)->use_cairo = TRUE;
}
static void