mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
gdiplus: Fixed a typo.
This commit is contained in:
parent
b6b7e915c3
commit
629e013d7f
@ -750,7 +750,7 @@ static GpStatus draw_poly(GpGraphics *graphics, GpPen *pen, GDIPCONST GpPointF *
|
||||
&ptcopy[j - 1].X, &ptcopy[j - 1].Y,
|
||||
pen->customstart->inset * pen->width);
|
||||
|
||||
draw_cap(graphics, pen->brush->lb.lbColor, pen->endcap, pen->width, pen->customstart,
|
||||
draw_cap(graphics, pen->brush->lb.lbColor, pen->startcap, pen->width, pen->customstart,
|
||||
pt[j].X, pt[j].Y, pt[j - 1].X,
|
||||
pt[j - 1].Y);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user