bugfixing
This commit is contained in:
parent
506e0a25a1
commit
8b28361f2c
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ class SwitchBox extends UI {
|
|||
|
||||
super.destructor();
|
||||
}
|
||||
get value() {
|
||||
return this._value;
|
||||
}
|
||||
setSize(width, height) {
|
||||
super.setSize(width, height);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue