From 32c3033b75bd850029fc93b917dddab00266d5d4 Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 26 Jun 2013 07:40:29 +0000 Subject: [PATCH] codetools: clear cursornode git-svn-id: trunk@41902 - --- components/codetools/codecompletiontool.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/components/codetools/codecompletiontool.pas b/components/codetools/codecompletiontool.pas index 380e1f6ef5..00b8988860 100644 --- a/components/codetools/codecompletiontool.pas +++ b/components/codetools/codecompletiontool.pas @@ -2980,6 +2980,7 @@ end; procedure TCodeCompletionCodeTool.DoDeleteNodes(StartNode: TCodeTreeNode); begin inherited DoDeleteNodes(StartNode); + FCompletingCursorNode:=nil; FreeClassInsertionList; end;