Don't add Virtual Structs to the property browser!

This commit is contained in:
dfighter1985 2014-09-09 22:01:52 +02:00
parent df02d7f7f1
commit 0c3a1d7b23

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();