mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 16:55:55 +02:00
TAChart: Add notification of chart by source when it is no longer sorted.
git-svn-id: trunk@61000 -
This commit is contained in:
parent
abdb6abcaf
commit
97dbba89f5
@ -593,7 +593,7 @@ procedure TCustomSortedChartSource.SetSorted(AValue: Boolean);
|
|||||||
begin
|
begin
|
||||||
if FSorted = AValue then exit;
|
if FSorted = AValue then exit;
|
||||||
FSorted := AValue;
|
FSorted := AValue;
|
||||||
if Sorted then Sort;
|
if Sorted then Sort else Notify;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCustomSortedChartSource.SetSortDir(AValue: TChartSortDir);
|
procedure TCustomSortedChartSource.SetSortDir(AValue: TChartSortDir);
|
||||||
|
Loading…
Reference in New Issue
Block a user