mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 21:29:42 +02:00
* patch to fix fillpoly, by borsa77
git-svn-id: trunk@13208 -
This commit is contained in:
parent
2353848004
commit
d338684196
@ -828,10 +828,13 @@ var
|
|||||||
HLine(x1-StartXViewPort,x2-StartXViewPort,y-StartYViewPort);
|
HLine(x1-StartXViewPort,x2-StartXViewPort,y-StartYViewPort);
|
||||||
CurrentColor := OldCurrentColor;
|
CurrentColor := OldCurrentColor;
|
||||||
end;
|
end;
|
||||||
$ff:
|
$ff:
|
||||||
begin
|
begin
|
||||||
HLine(x1-StartXViewPort,x2-StartXViewPort,y-StartYViewPort);
|
OldCurrentColor := CurrentColor;
|
||||||
end;
|
CurrentColor := FillSettings.Color;
|
||||||
|
HLine(x1-StartXViewPort,x2-StartXViewPort,y-StartYViewPort);
|
||||||
|
CurrentColor := OldCurrentColor;
|
||||||
|
end;
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
{ number of times to go throuh the 8x8 pattern }
|
{ number of times to go throuh the 8x8 pattern }
|
||||||
|
Loading…
Reference in New Issue
Block a user