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:
@@ -37,6 +37,9 @@ void UIVerticalLayout::applyStyle(const OTMLNodePtr& styleNode)
|
||||
void UIVerticalLayout::internalUpdate()
|
||||
{
|
||||
UIWidgetPtr parentWidget = getParentWidget();
|
||||
if(!parentWidget)
|
||||
return;
|
||||
|
||||
UIWidgetList widgets = parentWidget->getChildren();
|
||||
|
||||
if(m_alignBottom)
|
||||
|
||||
Reference in New Issue
Block a user