mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 16:40:18 +02:00
DateTimePicker: Always use PopupMode pmAuto
git-svn-id: trunk@44388 -
This commit is contained in:
parent
607af213ac
commit
10d67b7628
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user