mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 19:15:32 +01:00
specify default for ParentColor to be true (might fix #1218)
git-svn-id: trunk@8099 -
This commit is contained in:
parent
cc1d35125b
commit
cce0d7d024
@ -1025,7 +1025,7 @@ type
|
||||
property DragMode: TDragMode read fDragMode write SetDragMode default dmManual;
|
||||
property MouseCapture: Boolean read GetMouseCapture write SetMouseCapture;
|
||||
property ParentFont: Boolean read FParentFont write FParentFont;
|
||||
property ParentColor: Boolean read FParentColor write SetParentColor;
|
||||
property ParentColor: Boolean read FParentColor write SetParentColor default true;
|
||||
property ParentShowHint: Boolean read FParentShowHint write SetParentShowHint default True;
|
||||
property SessionProperties: string read FSessionProperties write FSessionProperties;
|
||||
property Text: TCaption read GetText write SetText;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user