Only add atoms to the property browser..

--HG--
branch : gsoc2014-dfighter
This commit is contained in:
dfighter1985 2014-08-16 02:51:30 +02:00
parent 99502a1bfc
commit 2a0af6cabf

View file

@ -94,6 +94,9 @@ public:
for( int i = 0; i < st->Elements.size(); i++ ) for( int i = 0; i < st->Elements.size(); i++ )
{ {
NLGEORGES::CFormElmStruct::CFormElmStructElm &elm = st->Elements[ i ]; NLGEORGES::CFormElmStruct::CFormElmStructElm &elm = st->Elements[ i ];
if( ( elm.Element != NULL ) && !elm.Element->isAtom() )
continue;
setupAtom( elm ); setupAtom( elm );
} }
} }