[gimp] app: gimp_draw_tool_add_arc() pass the "filled" parameter down to the item



commit 64d9d76722ed2b81c73b76d5ba181bd3de1b7ac7
Author: Michael Natterer <mitch gimp org>
Date:   Mon Oct 4 13:58:29 2010 +0200

    app: gimp_draw_tool_add_arc() pass the "filled" parameter down to the item
    
    instead of always passing FALSE.

 app/tools/gimpdrawtool.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpdrawtool.c b/app/tools/gimpdrawtool.c
index 7e0b9d8..2e00675 100644
--- a/app/tools/gimpdrawtool.c
+++ b/app/tools/gimpdrawtool.c
@@ -536,7 +536,7 @@ gimp_draw_tool_add_arc (GimpDrawTool *draw_tool,
                               height / 2.0,
                               start_angle,
                               slice_angle,
-                              FALSE);
+                              filled);
 
   gimp_draw_tool_add_item (draw_tool, item);
   g_object_unref (item);



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