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

--HG--
branch : dfighter-tools
hg/compatibility
dfighter1985 10 years ago
parent fd5a1a6834
commit 67aa7a50d2

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

Loading…
Cancel
Save