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
|
if Assigned(DTPickersParentForm) then begin
|
||||||
DTPickersParentForm.AddHandlerOnVisibleChanged(@VisibleOfParentChanged);
|
DTPickersParentForm.AddHandlerOnVisibleChanged(@VisibleOfParentChanged);
|
||||||
DTPickersParentForm.FreeNotification(Self);
|
DTPickersParentForm.FreeNotification(Self);
|
||||||
PopupParent := DTPickersParentForm;
|
end;
|
||||||
PopupMode := pmExplicit;
|
PopupMode := pmAuto;
|
||||||
end else
|
|
||||||
PopupMode := pmAuto;
|
|
||||||
|
|
||||||
P := Point(0, 0);
|
P := Point(0, 0);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user