mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-29 10:30:20 +02:00
TAChart: Fix a call to the "strict protected" function from non-descendant class in TChartMinorAxis.GetAlignment
git-svn-id: trunk@38981 -
This commit is contained in:
parent
22e8584d0a
commit
8406131b04
@ -334,7 +334,7 @@ end;
|
||||
|
||||
function TChartMinorAxis.GetAlignment: TChartAxisAlignment;
|
||||
begin
|
||||
Result := (Collection.Owner as TChartAxis).GetAlignment;
|
||||
Result := (Collection.Owner as TChartAxis).Alignment;
|
||||
end;
|
||||
|
||||
function TChartMinorAxis.GetDisplayName: String;
|
||||
|
Loading…
Reference in New Issue
Block a user