mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 17:29:36 +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
|
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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user