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 50486109df
commit c96c030b25

View file

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