Commit 30084db2 authored by Evan Stade's avatar Evan Stade Committed by Alexandre Julliard

gdiplus: Make LineCapArrowAnchor look more like it does in windows.

parent 14c7466c
......@@ -71,7 +71,7 @@ GpStatus WINGDIPAPI GdipAddPathLine2(GpPath *path, GDIPCONST GpPointF *points,
if(!path || !points)
return InvalidParameter;
if(!lengthen_path(path, count + (path->newfigure ? 1 : 0)))
if(!lengthen_path(path, count))
return OutOfMemory;
for(i = 0; i < count; i++){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment