mirror of https://github.com/GNOME/gimp.git
app: gimp_draw_tool_add_arc() pass the "filled" parameter down to the item
instead of always passing FALSE.
This commit is contained in:
parent
d88a348c18
commit
64d9d76722
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue