mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 04:19:47 +02:00
TAChart: Fix infinite loop caused by r60403 #f5f55eaf16
git-svn-id: trunk@60407 -
This commit is contained in:
parent
6921b150ee
commit
8f58e27315
@ -1904,7 +1904,7 @@ begin
|
||||
|
||||
m[dir] := Max(m[dir], dist + scMarksDistance);
|
||||
|
||||
if (Source.YCount > 0) and (j = 0) then begin
|
||||
if (Source.YCount > 1) and (j = 0) then begin
|
||||
if FStacked then begin
|
||||
ysum := 0;
|
||||
for j := 0 to Source.YCount-1 do
|
||||
|
Loading…
Reference in New Issue
Block a user