TAChart: Use correct notification when the series' source changes

git-svn-id: trunk@38260 -
This commit is contained in:
ask 2012-08-16 17:12:28 +00:00
parent fc96c5a92f
commit c489ae022c

View File

@ -826,7 +826,7 @@ begin
Source.Broadcaster.Unsubscribe(FListener);
FSource := AValue;
Source.Broadcaster.Subscribe(FListener);
UpdateParentChart;
SourceChanged(Self);
end;
procedure TChartSeries.SetStyles(AValue: TChartStyles);