mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 05:49:23 +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,6 +622,7 @@ begin
|
|||||||
if FDomainExclusions.Intersect(xa, xa, hint) then
|
if FDomainExclusions.Intersect(xa, xa, hint) then
|
||||||
AXg := FAxisToGraphXr(xa);
|
AXg := FAxisToGraphXr(xa);
|
||||||
|
|
||||||
|
if AXg < AXMax then
|
||||||
AOnMoveTo(AXg, xa);
|
AOnMoveTo(AXg, xa);
|
||||||
|
|
||||||
while AXg < AXMax do begin
|
while AXg < AXMax do begin
|
||||||
|
Loading…
Reference in New Issue
Block a user