* patch to fix fillpoly, by borsa77

git-svn-id: trunk@13208 -
This commit is contained in:
florian 2009-05-28 22:28:58 +00:00
parent 2353848004
commit d338684196

View File

@ -830,7 +830,10 @@ var
end; end;
$ff: $ff:
begin begin
OldCurrentColor := CurrentColor;
CurrentColor := FillSettings.Color;
HLine(x1-StartXViewPort,x2-StartXViewPort,y-StartYViewPort); HLine(x1-StartXViewPort,x2-StartXViewPort,y-StartYViewPort);
CurrentColor := OldCurrentColor;
end; end;
else else
begin begin