Don't add Virtual Structs to the property browser!
--HG-- branch : dfighter-tools
This commit is contained in:
parent
821ec6cfad
commit
53357ca9ec
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue