TAChart: Fix hanging of 3d area series with a single y value.

git-svn-id: trunk@58573 -
This commit is contained in:
wp 2018-07-19 12:14:15 +00:00
parent a07e489590
commit 17e457c8df

View File

@ -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);