We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e1559 commit 58103e8Copy full SHA for 58103e8
1 file changed
OS/UI/Component/UIButton.h
@@ -90,7 +90,7 @@ class UIButton : public UIComponent {
90
MatrixOS::KeyPad::Clear();
91
return true;
92
}
93
- else
+ else if(GetName() != "")
94
{
95
MatrixOS::UIUtility::TextScroll(GetName(), GetColor());
96
0 commit comments