Merge with develop

--HG--
branch : compatibility-develop
hg/compatibility-develop
Nimetu 8 years ago
commit b95fed61f2

@ -446,10 +446,7 @@ namespace NLGUI
// *************************************************************************** // ***************************************************************************
sint32 CCtrlButton::getMaxUsedW() const sint32 CCtrlButton::getMaxUsedW() const
{ {
sint32 txw, txh; return _W;
CViewRenderer &rVR = *CViewRenderer::getInstance();
rVR.getTextureSizeFromId (_TextureIdNormal, txw, txh);
return txw;
} }
// *************************************************************************** // ***************************************************************************

@ -511,10 +511,7 @@ namespace NLGUI
// *************************************************************************** // ***************************************************************************
sint32 CViewBitmap::getMaxUsedW() const sint32 CViewBitmap::getMaxUsedW() const
{ {
sint32 txw, txh; return _W;
CViewRenderer &rVR = *CViewRenderer::getInstance();
rVR.getTextureSizeFromId (_TextureId, txw, txh);
return txw;
} }
// *************************************************************************** // ***************************************************************************

Loading…
Cancel
Save