[gimp] app: enable cairo drawing for the move tool
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: enable cairo drawing for the move tool
- Date: Thu, 23 Sep 2010 17:29:16 +0000 (UTC)
commit 76be01d02648e51003546416352a24112349967c
Author: Michael Natterer <mitch gimp org>
Date: Thu Sep 23 14:52:23 2010 +0200
app: enable cairo drawing for the move tool
app/tools/gimpmovetool.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimpmovetool.c b/app/tools/gimpmovetool.c
index cb30d9f..d96f45e 100644
--- a/app/tools/gimpmovetool.c
+++ b/app/tools/gimpmovetool.c
@@ -173,6 +173,8 @@ gimp_move_tool_init (GimpMoveTool *move_tool)
gimp_tool_control_set_handle_empty_image (tool->control, TRUE);
gimp_tool_control_set_tool_cursor (tool->control,
GIMP_TOOL_CURSOR_MOVE);
+
+ GIMP_DRAW_TOOL (tool)->use_cairo = TRUE;
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]