mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 08:40:23 +02:00
TFindDialog: save FFindForm position upon close.
git-svn-id: trunk@59050 -
This commit is contained in:
parent
d8993e1b36
commit
b01af43fc3
@ -407,6 +407,8 @@ end;
|
||||
procedure TFindDialog.DoCloseForm(Sender: TObject; var CloseAction: TCloseAction);
|
||||
begin
|
||||
if csDesigning in ComponentState then exit;
|
||||
FFormTop := FFindForm.Top;
|
||||
FFormLeft := FFindForm.Left;
|
||||
if Assigned(OnClose) then OnClose(Self);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user