mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-01 10:49:28 +02:00
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:
parent
0899ea0c29
commit
022bdf31b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user