DateTimePicker: Fixed bug - sometimes, when trying to set date to impossible value Date gets set to MinDate instead of nearest possible date

git-svn-id: trunk@54184 -
This commit is contained in:
zoran 2017-02-17 13:01:13 +00:00
parent dcb91b088d
commit 9c4321293b

View File

@ -2226,6 +2226,7 @@ begin
DoAutoCheck;
end;
FCorrectedDTP := dtpAMPM;
end;
finally