Always use PopupMode pmAuto

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2901 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
zoran-vucenovic
2014-03-09 16:11:37 +00:00
parent 191dad47a3
commit 9ef50a2413

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);