mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 14:01:49 +02:00
LCL: changed default RTTI value of Ctl3d to false
git-svn-id: trunk@18353 -
This commit is contained in:
parent
f8114b3622
commit
3502222ac1
@ -1119,7 +1119,7 @@ type
|
||||
protected
|
||||
// optional properties (not every descendent supports them)
|
||||
property ActionLink: TControlActionLink read FActionLink write FActionLink;
|
||||
property Ctl3D: Boolean read FCtl3D write FCtl3D;//Is this needed for anything other than compatability?
|
||||
property Ctl3D: Boolean read FCtl3D write FCtl3D default false;//Is this needed for anything other than compatability?
|
||||
// MWE: no and even on delphi it is deprecated. IMO we remove this
|
||||
property DragCursor: TCursor read FDragCursor write SetDragCursor default crDrag;
|
||||
property DragKind: TDragKind read FDragKind write FDragKind default dkDrag;
|
||||
|
Loading…
Reference in New Issue
Block a user