mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 18:53:28 +02:00
TDateEdit: less verbose.
git-svn-id: trunk@47801 -
This commit is contained in:
parent
8f4b9db051
commit
78287460c8
@ -2373,7 +2373,7 @@ begin
|
||||
if (not DirectInput) and not FUpdatingDate then
|
||||
begin
|
||||
//force a valid date and set FDate
|
||||
debugln('TDateEdit.SetText: DirectInput = False');
|
||||
//debugln('TDateEdit.SetText: DirectInput = False');
|
||||
if FDefaultToday then
|
||||
FDate := TextToDate(AValue, SysUtils.Date)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user