mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 01:49:25 +02:00
LCL: Fix compilation error caused by my previous commit e57f2594df
This commit is contained in:
parent
e57f2594df
commit
889c312cb5
@ -438,7 +438,7 @@ begin
|
||||
end;
|
||||
|
||||
i := 0;
|
||||
if FPolygonWindingMode and (Length(nodes) > 2) then
|
||||
if PolygonNonZeroWindingRule and (Length(nodes) > 2) then
|
||||
begin
|
||||
// Non-zero winding rule
|
||||
windingNumber := 0;
|
||||
|
Loading…
Reference in New Issue
Block a user