TDateEdit: less verbose.

git-svn-id: trunk@47801 -
This commit is contained in:
bart 2015-02-15 13:14:53 +00:00
parent 8f4b9db051
commit 78287460c8

View File

@ -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