mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Move to hotfix: 287c1142e5ea
This commit is contained in:
parent
9a61380b37
commit
f146593561
2 changed files with 0 additions and 10 deletions
|
@ -51,7 +51,6 @@ namespace NLGUI
|
||||||
// Init part
|
// Init part
|
||||||
virtual bool parse (xmlNodePtr cur,CInterfaceGroup * parentGroup);
|
virtual bool parse (xmlNodePtr cur,CInterfaceGroup * parentGroup);
|
||||||
|
|
||||||
virtual void checkCoords();
|
|
||||||
virtual void updateCoords();
|
virtual void updateCoords();
|
||||||
|
|
||||||
virtual uint32 getMemory() { return (uint32)(sizeof(*this)+_Id.size()); }
|
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()
|
void CCtrlTextButton::updateCoords()
|
||||||
|
|
Loading…
Reference in a new issue