mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 02:59:17 +02:00
TAChart: Transmit original sender through TCustomChartSeries.StyleChanged
git-svn-id: trunk@31666 -
This commit is contained in:
parent
bbdcdd97ef
commit
cbc4a09b8e
@ -477,7 +477,8 @@ end;
|
|||||||
|
|
||||||
procedure TCustomChartSeries.StyleChanged(Sender: TObject);
|
procedure TCustomChartSeries.StyleChanged(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
UpdateParentChart;
|
if ParentChart <> nil then
|
||||||
|
ParentChart.StyleChanged(Sender);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCustomChartSeries.UpdateParentChart;
|
procedure TCustomChartSeries.UpdateParentChart;
|
||||||
|
Loading…
Reference in New Issue
Block a user