mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 03:26:29 +03:00
Refactored UIMessage and UIEvent.
--HG-- branch : dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user