mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
fix tooltip
This commit is contained in:
@@ -741,6 +741,7 @@ void UIWidget::applyStyle(const OTMLNodePtr& styleNode)
|
||||
{
|
||||
try {
|
||||
onStyleApply(styleNode);
|
||||
callLuaField("onStyleApply", styleNode);
|
||||
} catch(std::exception& e) {
|
||||
logError("failed to apply widget '", m_id, "' style: ", e.what());
|
||||
}
|
||||
|
Reference in New Issue
Block a user