mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-11 06:33:38 +01:00
TAChart: Publish "forgotten" properties (Visible, BorderSpacing) for TChartNavPanel and TChartLegendPanel (Issue #35615).
git-svn-id: trunk@61264 -
This commit is contained in:
parent
aa69a266b0
commit
b232cf46c0
@ -36,6 +36,7 @@ type
|
|||||||
property Align;
|
property Align;
|
||||||
property Anchors;
|
property Anchors;
|
||||||
property BorderSpacing;
|
property BorderSpacing;
|
||||||
|
property Visible;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
|
|||||||
@ -128,6 +128,8 @@ type
|
|||||||
property Shift: TShiftState read FShift write FShift default [ssLeft];
|
property Shift: TShiftState read FShift write FShift default [ssLeft];
|
||||||
published
|
published
|
||||||
property Align;
|
property Align;
|
||||||
|
property BorderSpacing;
|
||||||
|
property Visible;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user