IDEIntf: component tree view: fixed crash for TRadioGroup

git-svn-id: trunk@15745 -
This commit is contained in:
mattias 2008-07-11 13:59:02 +00:00
parent 3c1f8a71b4
commit 5d9f3f1ba0

View File

@ -279,6 +279,7 @@ var
if GetLookupRootForComponent(CurControl)<>RootComponent then continue;
AVLNode:=Candidates.FindKey(CurControl,
TListSortCompare(@ComparePersistentWithComponentCandidate));
if AVLNode=nil then continue;
Candidate:=TComponentCandidate(AVLNode.Data);
if Candidate.Added then continue;
Candidate.Added:=true;