app: enable cairo drawing for the measure tool
This commit is contained in:
parent
1c550d4623
commit
3afd2da690
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue