Added "disabled" bool to button

Changed null check
This commit is contained in:
andreja6
2018-04-23 23:40:58 -07:00
parent 68ac692314
commit 05da8e2270
5 changed files with 23 additions and 8 deletions

View File

@@ -3,6 +3,7 @@
bool floatBottom;
bool floatRight;
bool floatCenter;
bool disabled;
BaseButtonInstance::BaseButtonInstance(void)
{