mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 21:19:23 +02:00
TAChart: Fix hanging of 3d area series with a single y value.
git-svn-id: trunk@58573 -
This commit is contained in:
parent
a07e489590
commit
17e457c8df
@ -1566,6 +1566,7 @@ var
|
||||
CollectPoints(AStart, AEnd);
|
||||
CopyPoints(prevPts, pts, numPts);
|
||||
numPrevPts := numPts;
|
||||
numSavedPts := numPts;
|
||||
|
||||
// Collect points of lower end of each lever
|
||||
j0 := IfThen(FBanded, 0, -1);
|
||||
|
Loading…
Reference in New Issue
Block a user