[gimp] app: enable cairo drawing for the align tool
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: enable cairo drawing for the align tool
- Date: Fri, 24 Sep 2010 16:59:27 +0000 (UTC)
commit 9cb4a2e87b9bd6ff218e2ee25bfde15e4c472e83
Author: Michael Natterer <mitch gimp org>
Date: Fri Sep 24 18:59:05 2010 +0200
app: enable cairo drawing for the align tool
app/tools/gimpaligntool.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimpaligntool.c b/app/tools/gimpaligntool.c
index 9b84f03..75b3dad 100644
--- a/app/tools/gimpaligntool.c
+++ b/app/tools/gimpaligntool.c
@@ -181,6 +181,7 @@ gimp_align_tool_init (GimpAlignTool *align_tool)
GIMP_CURSOR_PRECISION_PIXEL_BORDER);
gimp_tool_control_set_tool_cursor (tool->control, GIMP_TOOL_CURSOR_MOVE);
+ GIMP_DRAW_TOOL (tool)->use_cairo = TRUE;
}
static GObject *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]