mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-07 03:09:39 +01:00
cody: dictionary: disconnect idle on close
git-svn-id: trunk@35465 -
This commit is contained in:
parent
f0452c78ad
commit
4918aaf8df
@ -773,6 +773,7 @@ end;
|
|||||||
procedure TCodyIdentifiersDlg.FormClose(Sender: TObject;
|
procedure TCodyIdentifiersDlg.FormClose(Sender: TObject;
|
||||||
var CloseAction: TCloseAction);
|
var CloseAction: TCloseAction);
|
||||||
begin
|
begin
|
||||||
|
IdleConnected:=false;
|
||||||
CodyOptions.PreferImplementationUsesSection:=
|
CodyOptions.PreferImplementationUsesSection:=
|
||||||
AddToImplementationUsesCheckBox.Checked;
|
AddToImplementationUsesCheckBox.Checked;
|
||||||
FreeAndNil(FItems);
|
FreeAndNil(FItems);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user