Don't add Virtual Structs to the property browser!

--HG--
branch : dfighter-tools
hg/feature/qt5
dfighter1985 10 years ago
parent 821ec6cfad
commit 53357ca9ec

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

Loading…
Cancel
Save