Only add atoms to the property browser..

--HG--
branch : gsoc2014-dfighter
hg/feature/cdb-packed
dfighter1985 11 years ago
parent 2a0af6cabf
commit 6d074bc618

@ -97,6 +97,13 @@ public:
if( ( elm.Element != NULL ) && !elm.Element->isAtom() ) if( ( elm.Element != NULL ) && !elm.Element->isAtom() )
continue; continue;
if( elm.Element == NULL )
{
NLGEORGES::CFormDfn::CEntry &entry = st->FormDfn->getEntry( i );
if( entry.getArrayFlag() )
continue;
}
setupAtom( elm ); setupAtom( elm );
} }
} }

Loading…
Cancel
Save