Only add atoms to the property browser..
This commit is contained in:
parent
3c90938c47
commit
408e050ce2
1 changed files with 7 additions and 0 deletions
|
@ -97,6 +97,13 @@ public:
|
|||
if( ( elm.Element != NULL ) && !elm.Element->isAtom() )
|
||||
continue;
|
||||
|
||||
if( elm.Element == NULL )
|
||||
{
|
||||
NLGEORGES::CFormDfn::CEntry &entry = st->FormDfn->getEntry( i );
|
||||
if( entry.getArrayFlag() )
|
||||
continue;
|
||||
}
|
||||
|
||||
setupAtom( elm );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue