mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 05:53:26 +02:00
implement status messages
This commit is contained in:
@@ -76,6 +76,8 @@ void UIWidget::destroy()
|
||||
// remove itself from parent
|
||||
if(UIWidgetPtr parent = getParent())
|
||||
parent->removeChild(asUIWidget());
|
||||
setVisible(false);
|
||||
setEnabled(false);
|
||||
}
|
||||
|
||||
void UIWidget::render()
|
||||
|
Reference in New Issue
Block a user