Move to hotfix: 9878ab4ebe5e

--HG--
branch : compatibility
hg/compatibility
kaetemi 10 years ago
parent d62f7a21a7
commit 2095646575

@ -51,7 +51,6 @@ namespace NLGUI
// Init part
virtual bool parse (xmlNodePtr cur,CInterfaceGroup * parentGroup);
virtual void checkCoords();
virtual void updateCoords();
virtual uint32 getMemory() { return (uint32)(sizeof(*this)+_Id.size()); }

@ -868,15 +868,6 @@ namespace NLGUI
}
}
// ***************************************************************************
void CCtrlTextButton::checkCoords()
{
if( _ViewText != NULL )
_ViewText->checkCoords();
CCtrlBaseButton::checkCoords();
}
// ***************************************************************************
void CCtrlTextButton::updateCoords()

Loading…
Cancel
Save