mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 11:09:19 +02:00
* patch to fix fillpoly, by borsa77
git-svn-id: trunk@13208 -
This commit is contained in:
parent
2353848004
commit
d338684196
@ -830,7 +830,10 @@ var
|
||||
end;
|
||||
$ff:
|
||||
begin
|
||||
OldCurrentColor := CurrentColor;
|
||||
CurrentColor := FillSettings.Color;
|
||||
HLine(x1-StartXViewPort,x2-StartXViewPort,y-StartYViewPort);
|
||||
CurrentColor := OldCurrentColor;
|
||||
end;
|
||||
else
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user