fix focus bugs in UI

This commit is contained in:
Eduardo Bart
2011-08-20 22:01:46 -03:00
parent d0f47f47a4
commit b410921e32
13 changed files with 68 additions and 70 deletions

View File

@@ -5,6 +5,7 @@
UILabel::UILabel() : UIWidget(UITypeLabel)
{
m_align = AlignLeft;
m_focusable = false;
}
UILabelPtr UILabel::create()