bugfixing

This commit is contained in:
Blue 2018-11-20 16:59:44 +03:00
parent 506e0a25a1
commit 8b28361f2c
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ class SwitchBox extends UI {
super.destructor(); super.destructor();
} }
get value() {
return this._value;
}
setSize(width, height) { setSize(width, height) {
super.setSize(width, height); super.setSize(width, height);