Only add atoms to the property browser..

This commit is contained in:
dfighter1985 2014-08-16 03:10:50 +02:00
parent 3c90938c47
commit 408e050ce2

View file

@ -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 );
}
}