mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 04:19:09 +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;
|
||||
begin
|
||||
Result := AX;
|
||||
if IsNan(Result) then exit;
|
||||
for t in List do
|
||||
if t.Enabled then
|
||||
Result := t.AxisToGraph(Result);
|
||||
|
Loading…
Reference in New Issue
Block a user