mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 15:20:27 +02:00
cody: ppu list: diable idle event on close, bug #21620
git-svn-id: trunk@36489 -
This commit is contained in:
parent
ca5a3abbfe
commit
ee11c214b3
@ -302,6 +302,7 @@ end;
|
||||
|
||||
procedure TPPUListDialog.FormDestroy(Sender: TObject);
|
||||
begin
|
||||
IdleConnected:=false;
|
||||
FreeAndNil(FSearchingItems);
|
||||
FItems.FreeAndClear;
|
||||
FreeAndNil(FItems);
|
||||
@ -405,6 +406,7 @@ end;
|
||||
procedure TPPUListDialog.FormClose(Sender: TObject;
|
||||
var CloseAction: TCloseAction);
|
||||
begin
|
||||
IdleConnected:=false;
|
||||
IDEDialogLayoutList.SaveLayout(Self);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user