mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:19:22 +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);
|
||||
begin
|
||||
UpdateParentChart;
|
||||
if ParentChart <> nil then
|
||||
ParentChart.StyleChanged(Sender);
|
||||
end;
|
||||
|
||||
procedure TCustomChartSeries.UpdateParentChart;
|
||||
|
Loading…
Reference in New Issue
Block a user