Refactored UIMessage and UIEvent.

--HG--
branch : dev
This commit is contained in:
Martí­n Lucas Golini
2017-10-16 19:40:41 -03:00
parent c28b55207a
commit e57e09dec8
45 changed files with 305 additions and 305 deletions

View File

@@ -157,7 +157,7 @@ void UIRelativeLayout::fixChildSize( UIWidget * widget ) {
Uint32 UIRelativeLayout::onMessage(const UIMessage * Msg) {
switch( Msg->getMsg() ) {
case UIMessage::MsgLayoutAttributeChange:
case UIMessage::LayoutAttributeChange:
{
fixChilds();
break;