set the Id of the text properly when loading the decorated edit box.

This commit is contained in:
dfighter1985 2014-10-17 22:25:30 +02:00
parent 6f19d524f0
commit f79cf8a3bc

View file

@ -345,6 +345,8 @@ namespace NLGUI
if( prop )
_Pvt->_Textures[ EBDPrivate::BG ]->setTexture( ( const char* )prop );
getVT()->setIdRecurse( "edit_text" );
return true;
}