mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-06 07:22:34 +01:00
LCL: Publish TSpinEdit/TFloatSpinEdit property ParentColor. Issue #31325.
git-svn-id: trunk@54064 -
This commit is contained in:
parent
9705eb5334
commit
3884b8e05a
@ -110,6 +110,7 @@ type
|
||||
property OnMouseWheelUp;
|
||||
property OnResize;
|
||||
property OnUTF8KeyPress;
|
||||
property ParentColor;
|
||||
property ParentFont;
|
||||
property ParentShowHint;
|
||||
property PopupMenu;
|
||||
@ -183,6 +184,7 @@ type
|
||||
property OnMouseWheelUp;
|
||||
property OnResize;
|
||||
property OnUTF8KeyPress;
|
||||
property ParentColor;
|
||||
property ParentFont;
|
||||
property ParentShowHint;
|
||||
property PopupMenu;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user