GUI Editor should show the right parent position.
This commit is contained in:
parent
a96cdafb29
commit
cc3e44ac2b
1 changed files with 3 additions and 1 deletions
|
@ -147,7 +147,9 @@ namespace NLGUI
|
|||
}
|
||||
if( name == "posparent" )
|
||||
{
|
||||
return CWidgetManager::getInstance()->getParser()->getParentPosAssociation( (CInterfaceElement*)this );
|
||||
std::string pp;
|
||||
getPosParent( pp );
|
||||
return pp;
|
||||
}
|
||||
else
|
||||
if( name == "sizeparent" )
|
||||
|
|
Loading…
Reference in a new issue