| 355 | } |
| 356 | |
| 357 | Uint32 UITextSpan::onMessage( const NodeMessage* Msg ) { |
| 358 | switch ( Msg->getMsg() ) { |
| 359 | case NodeMessage::LayoutAttributeChange: { |
| 360 | notifyLayoutAttrChangeParent(); |
| 361 | return 1; |
| 362 | } |
| 363 | } |
| 364 | return UIWidget::onMessage( Msg ); |
| 365 | } |
| 366 | |
| 367 | void UITextSpan::loadFromXmlNode( const pugi::xml_node& node ) { |
| 368 | beginAttributesTransaction(); |