DateTimePicker: Always use PopupMode pmAuto

git-svn-id: trunk@44388 -
This commit is contained in:
zoran 2014-03-09 16:16:32 +00:00
parent 607af213ac
commit 10d67b7628

View File

@ -740,10 +740,8 @@ begin
if Assigned(DTPickersParentForm) then begin
DTPickersParentForm.AddHandlerOnVisibleChanged(@VisibleOfParentChanged);
DTPickersParentForm.FreeNotification(Self);
PopupParent := DTPickersParentForm;
PopupMode := pmExplicit;
end else
PopupMode := pmAuto;
end;
PopupMode := pmAuto;
P := Point(0, 0);