Added "disabled" bool to button
Changed null check
This commit is contained in:
@@ -40,6 +40,7 @@ TextButtonInstance::TextButtonInstance(void)
|
||||
floatCenter = false;
|
||||
visible = true;
|
||||
className = "TextButton";
|
||||
disabled = false;
|
||||
}
|
||||
|
||||
void TextButtonInstance::setAllColorsSame()
|
||||
|
||||
Reference in New Issue
Block a user