mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:56:00 +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
|
begin
|
||||||
inherited Create(AOwner);
|
inherited Create(AOwner);
|
||||||
FDisplaySettings:=[dsShowHeadings, dsShowDayNames];
|
FDisplaySettings:=[dsShowHeadings, dsShowDayNames];
|
||||||
|
ReadOnly:=true;
|
||||||
DialogTitle:=rsPickDate;
|
DialogTitle:=rsPickDate;
|
||||||
OKCaption:='OK';
|
OKCaption:='OK';
|
||||||
CancelCaption:='Cancel';
|
CancelCaption:='Cancel';
|
||||||
|
Loading…
Reference in New Issue
Block a user