mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-08 15:19:30 +01: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);
|
Source.Broadcaster.Unsubscribe(FListener);
|
||||||
FSource := AValue;
|
FSource := AValue;
|
||||||
Source.Broadcaster.Subscribe(FListener);
|
Source.Broadcaster.Subscribe(FListener);
|
||||||
UpdateParentChart;
|
SourceChanged(Self);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TChartSeries.SetStyles(AValue: TChartStyles);
|
procedure TChartSeries.SetStyles(AValue: TChartStyles);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user