mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Only add atoms to the property browser..
--HG-- branch : gsoc2014-dfighter
This commit is contained in:
parent
2a0af6cabf
commit
6d074bc618
1 changed files with 7 additions and 0 deletions
|
@ -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…
Reference in a new issue