Fix dragable and npcto/from and remove margintop from entergame.

This commit is contained in:
Henrique Santiago
2012-08-06 20:43:15 -03:00
parent bd61a89675
commit dcde317904
3 changed files with 4 additions and 5 deletions

View File

@@ -111,7 +111,7 @@ void UIWidget::parseBaseStyle(const OTMLNodePtr& styleNode)
else if(node->tag() == "checked")
setChecked(node->value<bool>());
else if(node->tag() == "dragable")
setChecked(node->value<bool>());
setDragable(node->value<bool>());
else if(node->tag() == "on")
setOn(node->value<bool>());
else if(node->tag() == "focusable")