DateTimePicker - simplification of the condition in DoAutoCheck

git-svn-id: trunk@65437 -
This commit is contained in:
zoran 2021-07-10 14:44:39 +00:00
parent b6a0c5b23d
commit 34efa77cd5

View File

@ -3881,8 +3881,8 @@ end;
procedure TCustomDateTimePicker.DoAutoCheck;
begin
if ShowCheckBox and not Checked and (dtpoAutoCheck in Options) then
Checked := True;
if dtpoAutoCheck in Options then
SetChecked(True);
end;
procedure TCustomDateTimePicker.DoAutoAdjustLayout(