gdiplus: Make LineCapArrowAnchor look more like it does in windows.
This commit is contained in:
parent
14c7466c9f
commit
30084db2ce
|
@ -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++){
|
||||
|
|
Loading…
Reference in New Issue