Only add atoms to the property browser..

--HG--
branch : gsoc2014-dfighter
This commit is contained in:
dfighter1985 2014-08-16 03:10:50 +02:00
parent 2a0af6cabf
commit 6d074bc618

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