TAChart: Fix TBubbleSeries crashing when labels are shown (due to r60636 #fe85948fb3). Issue #35364, patch by Marcin Wiazowski.

git-svn-id: trunk@60934 -
This commit is contained in:
wp 2019-04-12 07:26:42 +00:00
parent 0899ea0c29
commit 022bdf31b8

View File

@ -877,6 +877,7 @@ var
begin
if not Marks.IsMarkLabelsVisible or not Marks.AutoMargins then exit;
if Count = 0 then exit;
if not RequestValidChartScaling then exit;
FindExtentInterval(ParentChart.CurrentExtent, Source.IsSorted);
with Extent do