From 6639a8ff168aafcec74df8bb30e5af31f638d9cd Mon Sep 17 00:00:00 2001 From: inoussa Date: Wed, 18 Jun 2014 10:30:26 +0000 Subject: [PATCH] Method deletion : remove deleted item from the list git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3197 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- wst/trunk/type_lib_edtr/uinterfaceedit.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/wst/trunk/type_lib_edtr/uinterfaceedit.pas b/wst/trunk/type_lib_edtr/uinterfaceedit.pas index adddd0b96..746a24745 100644 --- a/wst/trunk/type_lib_edtr/uinterfaceedit.pas +++ b/wst/trunk/type_lib_edtr/uinterfaceedit.pas @@ -151,6 +151,7 @@ begin trvMethods.BeginUpdate(); try node.Free(); + (locObj.Parent as TPasClassType).Members.Extract(locObj); locObj.Release(); finally trvMethods.EndUpdate();