mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 07:16:16 +02:00
MG: removed hint
git-svn-id: trunk@1834 -
This commit is contained in:
parent
c41c7d6a86
commit
b9eaded5b7
@ -419,11 +419,10 @@ Procedure BezierArcPoints(X, Y, Width, Height : Longint; Angle1, Angle2,
|
||||
Rotation : Extended; var Points : PPoint; var Count : Longint);
|
||||
var
|
||||
B : TBezier;
|
||||
I : Integer;
|
||||
begin
|
||||
If ABS(Angle2) > 90*16 then begin
|
||||
PolyBezierArcPoints(X, Y, Width, Height, Angle1, Angle2, Rotation,
|
||||
Points, Count);
|
||||
PolyBezierArcPoints(X, Y, Width, Height, Angle1, Angle2, Rotation, Points,
|
||||
Count);
|
||||
Exit;
|
||||
end;
|
||||
If Angle2 = 0 then
|
||||
|
Loading…
Reference in New Issue
Block a user