mirror of
https://github.com/edubart/otclient.git
synced 2025-11-07 13:56:22 +01:00
change in topmenu and some fixes
This commit is contained in:
@@ -38,6 +38,8 @@ void UIHorizontalLayout::applyStyle(const OTMLNodePtr& styleNode)
|
||||
void UIHorizontalLayout::internalUpdate()
|
||||
{
|
||||
UIWidgetPtr parentWidget = getParentWidget();
|
||||
if(!parentWidget)
|
||||
return;
|
||||
UIWidgetList widgets = parentWidget->getChildren();
|
||||
|
||||
if(m_alignRight)
|
||||
|
||||
Reference in New Issue
Block a user