TAChart: TListChartSource.SetDataPoints cosmetic. Patch by Marcin Wiazowski.

git-svn-id: trunk@60980 -
This commit is contained in:
wp 2019-04-15 08:11:49 +00:00
parent 11980328ba
commit f308975433

View File

@ -854,7 +854,7 @@ begin
BeginUpdate;
try
FDataPoints.Assign(AValue);
if IsSorted then Sort;
if Sorted then Sort;
finally
EndUpdate;
end;