mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 17:20:29 +02:00
LCL: updown: default value for Wrap
git-svn-id: trunk@58348 -
This commit is contained in:
parent
1b7b85692b
commit
8ea5419293
@ -1941,7 +1941,7 @@ type
|
||||
property Position: SmallInt read GetPosition write SetPosition;
|
||||
property Thousands: Boolean read FThousands write SetThousands default True;
|
||||
property Flat: Boolean read GetFlat write SetFlat default False;
|
||||
property Wrap: Boolean read FWrap write SetWrap;
|
||||
property Wrap: Boolean read FWrap write SetWrap default False;
|
||||
public
|
||||
constructor Create(AOwner: TComponent); override;
|
||||
destructor Destroy; Override;
|
||||
|
Loading…
Reference in New Issue
Block a user