mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 04:58:11 +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
|
||||
if FSorted = AValue then exit;
|
||||
FSorted := AValue;
|
||||
if Sorted then Sort;
|
||||
if Sorted then Sort else Notify;
|
||||
end;
|
||||
|
||||
procedure TCustomSortedChartSource.SetSortDir(AValue: TChartSortDir);
|
||||
|
Loading…
Reference in New Issue
Block a user