cody: dictionary: disconnect idle on close

git-svn-id: trunk@35465 -
This commit is contained in:
mattias 2012-02-18 20:56:20 +00:00
parent f0452c78ad
commit 4918aaf8df

View File

@ -773,6 +773,7 @@ end;
procedure TCodyIdentifiersDlg.FormClose(Sender: TObject;
var CloseAction: TCloseAction);
begin
IdleConnected:=false;
CodyOptions.PreferImplementationUsesSection:=
AddToImplementationUsesCheckBox.Checked;
FreeAndNil(FItems);