mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 23:38:02 +02:00
LCL: Fix fpc version check in LazCanvas' polygon fill routine.
This commit is contained in:
parent
fda512c719
commit
a39b58d8cd
@ -860,9 +860,7 @@ end;
|
||||
|
||||
procedure TLazCanvas.Polygon(const Points: array of TPoint; Winding: Boolean);
|
||||
begin
|
||||
{$if FPC_FullVersion < 30203}
|
||||
PolygonNonZeroWindingRule := Winding;
|
||||
{$ENDIF}
|
||||
inherited Polygon(Points);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user