mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-04 16:17:54 +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;
|
BeginUpdate;
|
||||||
try
|
try
|
||||||
FDataPoints.Assign(AValue);
|
FDataPoints.Assign(AValue);
|
||||||
if IsSorted then Sort;
|
if Sorted then Sort;
|
||||||
finally
|
finally
|
||||||
EndUpdate;
|
EndUpdate;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user