mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 14:54:42 +01:00
lcl: tdatetimepicker: Checked=true by default, issue #33892
git-svn-id: trunk@58377 -
This commit is contained in:
parent
4cdfe68cfa
commit
44053b1a5c
@ -3859,6 +3859,7 @@ begin
|
|||||||
FNoEditingDone := 0;
|
FNoEditingDone := 0;
|
||||||
FArrowShape := asTheme;
|
FArrowShape := asTheme;
|
||||||
FAllowDroppingCalendar := True;
|
FAllowDroppingCalendar := True;
|
||||||
|
FChecked := True;
|
||||||
|
|
||||||
FOnDropDown := nil;
|
FOnDropDown := nil;
|
||||||
FOnCloseUp := nil;
|
FOnCloseUp := nil;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user