set the Id of the text properly when loading the decorated edit box.
This commit is contained in:
parent
50486109df
commit
c96c030b25
1 changed files with 2 additions and 0 deletions
|
@ -345,6 +345,8 @@ namespace NLGUI
|
||||||
if( prop )
|
if( prop )
|
||||||
_Pvt->_Textures[ EBDPrivate::BG ]->setTexture( ( const char* )prop );
|
_Pvt->_Textures[ EBDPrivate::BG ]->setTexture( ( const char* )prop );
|
||||||
|
|
||||||
|
getVT()->setIdRecurse( "edit_text" );
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue