mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 22:13:27 +02:00
add options style for UIComboBox, fix push values of otml nodes
This commit is contained in:
@@ -364,6 +364,9 @@ void UIWidget::unlockChild(const UIWidgetPtr& child)
|
||||
|
||||
void UIWidget::applyStyle(const OTMLNodePtr& styleNode)
|
||||
{
|
||||
if(styleNode->size() == 0)
|
||||
return;
|
||||
|
||||
m_loadingStyle = true;
|
||||
try {
|
||||
onStyleApply(styleNode->tag(), styleNode);
|
||||
|
Reference in New Issue
Block a user