bugfixing
This commit is contained in:
parent
506e0a25a1
commit
8b28361f2c
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user