mirror of
https://github.com/edubart/otclient.git
synced 2025-11-07 13:56:22 +01:00
implement button tooltips on top menu
This commit is contained in:
@@ -57,7 +57,7 @@ void UIVerticalLayout::update()
|
||||
|
||||
void UIVerticalLayout::addWidget(const UIWidgetPtr& widget)
|
||||
{
|
||||
// needed to be correcly sorted on update
|
||||
// needed to be correctly sorted on the following update
|
||||
widget->setY(9999);
|
||||
update();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user