mirror of
https://github.com/edubart/otclient.git
synced 2025-12-21 16:07:12 +01:00
messagebox (not working yet)
This commit is contained in:
@@ -24,3 +24,10 @@
|
||||
|
||||
#include <prerequisites.h>
|
||||
#include <ui/uilabel.h>
|
||||
|
||||
void UILabel::setText(const std::string& text)
|
||||
{
|
||||
m_text = text;
|
||||
// text size changed, reaplly skin
|
||||
getSkin()->apply(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user