DateTimePicker - fix syntax error in 65272

git-svn-id: trunk@65273 -
This commit is contained in:
zoran 2021-06-18 13:43:05 +00:00
parent ceded1ef60
commit b8d1a71632

View File

@ -2442,12 +2442,12 @@ var
HMSMs: THMSMs;
begin
SelectMinute;
if Cascade then
if Cascade then begin
if DateIsNull then
SetDateTime(IncMinute(SysUtils.Now))
else
SetDateTime(IncMinute(FDateTime));
else begin
end else begin
HMSMs := GetHMSMs(True);
if HMSMs.Minute >= 59 then