RxFPC:fix edit time in TRxTimeEdit without seconds

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6306 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75 2018-04-15 19:09:46 +00:00
parent 7f3cb8ed40
commit b27acb05ae

View File

@ -241,7 +241,9 @@ begin
H1:=StrToInt(S[1]+S[2]);
M2:=StrToInt(S[4]+S[5]);
if FShowSecond then
S3:=StrToInt(S[7]+S[8]);
S3:=StrToInt(S[7]+S[8])
else
S3:=0;
P:=GetSelStart;
if P < 3 then
IncHour