mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 09:36:10 +02:00
TAChart: Fix drawing of out-of-extent function series with +Infinity in domain exclusions.
git-svn-id: trunk@38863 -
This commit is contained in:
parent
681289e730
commit
adf12d0ef5
@ -622,7 +622,8 @@ begin
|
||||
if FDomainExclusions.Intersect(xa, xa, hint) then
|
||||
AXg := FAxisToGraphXr(xa);
|
||||
|
||||
AOnMoveTo(AXg, xa);
|
||||
if AXg < AXMax then
|
||||
AOnMoveTo(AXg, xa);
|
||||
|
||||
while AXg < AXMax do begin
|
||||
xg1 := AXg + FGraphStep;
|
||||
|
Loading…
Reference in New Issue
Block a user