Only add atoms to the property browser..

This commit is contained in:
dfighter1985 2014-08-16 02:51:30 +02:00
parent 76a7980e23
commit 3c90938c47

View file

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