Only add atoms to the property browser..
This commit is contained in:
parent
76a7980e23
commit
3c90938c47
1 changed files with 3 additions and 0 deletions
|
@ -94,6 +94,9 @@ public:
|
|||
for( int i = 0; i < st->Elements.size(); i++ )
|
||||
{
|
||||
NLGEORGES::CFormElmStruct::CFormElmStructElm &elm = st->Elements[ i ];
|
||||
if( ( elm.Element != NULL ) && !elm.Element->isAtom() )
|
||||
continue;
|
||||
|
||||
setupAtom( elm );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue