GUI Editor should show the right parent position.

--HG--
branch : dfighter-tools
hg/compatibility
dfighter1985 11 years ago
parent b3dd26e01c
commit 487c6a3440

@ -147,7 +147,9 @@ namespace NLGUI
} }
if( name == "posparent" ) if( name == "posparent" )
{ {
return CWidgetManager::getInstance()->getParser()->getParentPosAssociation( (CInterfaceElement*)this ); std::string pp;
getPosParent( pp );
return pp;
} }
else else
if( name == "sizeparent" ) if( name == "sizeparent" )

Loading…
Cancel
Save