|
|
@ -150,7 +150,6 @@ namespace NLGUI
|
|
|
|
_Textures[ BG ]->setParentPosRef( Hotspot_MM );
|
|
|
|
_Textures[ BG ]->setParentPosRef( Hotspot_MM );
|
|
|
|
_Textures[ BG ]->setScale( true );
|
|
|
|
_Textures[ BG ]->setScale( true );
|
|
|
|
_Textures[ BG ]->setSizeRef( "wh" );
|
|
|
|
_Textures[ BG ]->setSizeRef( "wh" );
|
|
|
|
_Textures[ BG ]->setRenderLayer( -1 );
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
std::vector< CViewBitmap* > _Textures;
|
|
|
|
std::vector< CViewBitmap* > _Textures;
|
|
|
@ -171,6 +170,13 @@ namespace NLGUI
|
|
|
|
_Pvt = NULL;
|
|
|
|
_Pvt = NULL;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void CGroupEditBoxDecor::moveBy( sint32 x, sint32 y )
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
CInterfaceElement::moveBy( x, y );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_Pvt->updateCoords();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
std::string CGroupEditBoxDecor::getProperty( const std::string &name ) const
|
|
|
|
std::string CGroupEditBoxDecor::getProperty( const std::string &name ) const
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if( name == "tx_tl" )
|
|
|
|
if( name == "tx_tl" )
|
|
|
|