[gimp] app: turn the paint tool fallback cursor cross into a circle



commit 6d5b6a648d0b50752b13ff38e88655aea8e2ca36
Author: Michael Natterer <mitch gimp org>
Date:   Sat Apr 12 22:17:55 2014 +0200

    app: turn the paint tool fallback cursor cross into a circle

 app/tools/gimppainttool.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimppainttool.c b/app/tools/gimppainttool.c
index 9a24910..91f5f51 100644
--- a/app/tools/gimppainttool.c
+++ b/app/tools/gimppainttool.c
@@ -810,7 +810,7 @@ gimp_paint_tool_draw (GimpDrawTool *draw_tool)
            */
           if (! line_drawn)
             gimp_draw_tool_add_handle (draw_tool,
-                                       GIMP_HANDLE_CROSS,
+                                       GIMP_HANDLE_CIRCLE,
                                        cur_x, cur_y,
                                        GIMP_TOOL_HANDLE_SIZE_SMALL,
                                        GIMP_TOOL_HANDLE_SIZE_SMALL,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]