mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 04:19:19 +02:00
TAChart: Use correct notification when the series' source changes
git-svn-id: trunk@38260 -
This commit is contained in:
parent
fc96c5a92f
commit
c489ae022c
@ -826,7 +826,7 @@ begin
|
||||
Source.Broadcaster.Unsubscribe(FListener);
|
||||
FSource := AValue;
|
||||
Source.Broadcaster.Subscribe(FListener);
|
||||
UpdateParentChart;
|
||||
SourceChanged(Self);
|
||||
end;
|
||||
|
||||
procedure TChartSeries.SetStyles(AValue: TChartStyles);
|
||||
|
Loading…
Reference in New Issue
Block a user