You've already forked lazarus-ccr
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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user