mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-01 03:36:07 +02:00
TAChart: TListChartSource.SetDataPoints cosmetic. Patch by Marcin Wiazowski.
git-svn-id: trunk@60980 -
This commit is contained in:
parent
11980328ba
commit
f308975433
@ -854,7 +854,7 @@ begin
|
||||
BeginUpdate;
|
||||
try
|
||||
FDataPoints.Assign(AValue);
|
||||
if IsSorted then Sort;
|
||||
if Sorted then Sort;
|
||||
finally
|
||||
EndUpdate;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user