Added "disabled" bool to button
Changed null check
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
bool floatBottom;
|
||||
bool floatRight;
|
||||
bool floatCenter;
|
||||
bool disabled;
|
||||
|
||||
BaseButtonInstance::BaseButtonInstance(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user