mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 03:59:10 +02:00
DateTimePicker - fix syntax error in 65272
git-svn-id: trunk@65273 -
This commit is contained in:
parent
ceded1ef60
commit
b8d1a71632
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user