mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 12:19:14 +02:00
TAChart: Fix axis transformation of NaN values
git-svn-id: trunk@35659 -
This commit is contained in:
parent
b052eb6172
commit
e286d8a908
@ -472,6 +472,7 @@ var
|
|||||||
t: TAxisTransform;
|
t: TAxisTransform;
|
||||||
begin
|
begin
|
||||||
Result := AX;
|
Result := AX;
|
||||||
|
if IsNan(Result) then exit;
|
||||||
for t in List do
|
for t in List do
|
||||||
if t.Enabled then
|
if t.Enabled then
|
||||||
Result := t.AxisToGraph(Result);
|
Result := t.AxisToGraph(Result);
|
||||||
|
Loading…
Reference in New Issue
Block a user