mirror of
https://github.com/edubart/otclient.git
synced 2025-11-05 21:16:24 +01:00
Fix dragable and npcto/from and remove margintop from entergame.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user