mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 23:18:01 +02:00
IDEIntf: component tree view: fixed crash for TRadioGroup
git-svn-id: trunk@15745 -
This commit is contained in:
parent
3c1f8a71b4
commit
5d9f3f1ba0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user