mirror of
https://github.com/edubart/otclient.git
synced 2025-12-21 16:07:12 +01:00
fix focus bugs in UI
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
UILabel::UILabel() : UIWidget(UITypeLabel)
|
||||
{
|
||||
m_align = AlignLeft;
|
||||
m_focusable = false;
|
||||
}
|
||||
|
||||
UILabelPtr UILabel::create()
|
||||
|
||||
Reference in New Issue
Block a user