mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 14:35:58 +02:00
LCL: fixed setting default value of TDateEdit.ReadOnly in the constructor
git-svn-id: trunk@14206 -
This commit is contained in:
parent
2bf1ed6db8
commit
20af7aeb18
@ -906,6 +906,7 @@ var
|
||||
begin
|
||||
inherited Create(AOwner);
|
||||
FDisplaySettings:=[dsShowHeadings, dsShowDayNames];
|
||||
ReadOnly:=true;
|
||||
DialogTitle:=rsPickDate;
|
||||
OKCaption:='OK';
|
||||
CancelCaption:='Cancel';
|
||||
|
Loading…
Reference in New Issue
Block a user