TAChart: Transmit original sender through TCustomChartSeries.StyleChanged

git-svn-id: trunk@31666 -
This commit is contained in:
ask 2011-07-10 16:37:57 +00:00
parent bbdcdd97ef
commit cbc4a09b8e

View File

@ -477,7 +477,8 @@ end;
procedure TCustomChartSeries.StyleChanged(Sender: TObject);
begin
UpdateParentChart;
if ParentChart <> nil then
ParentChart.StyleChanged(Sender);
end;
procedure TCustomChartSeries.UpdateParentChart;