Don't add Virtual Structs to the property browser!

This commit is contained in:
dfighter1985 2014-09-09 22:01:52 +02:00
parent ee76b77160
commit f9e539dbef

View file

@ -132,6 +132,9 @@ void BrowserCtrlPvt::setupAtom( NLGEORGES::CFormElmStruct *st, int idx )
NLGEORGES::CFormDfn::CEntry &entry = st->FormDfn->getEntry( idx );
if( entry.getArrayFlag() )
return;
if( entry.getType() == NLGEORGES::UFormDfn::EntryVirtualDfn )
return;
}
QString key = elm.Name.c_str();