|
|
@ -53,8 +53,8 @@ export class TextValueCheckCombo extends Widget { |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.popup.on( |
|
|
|
this.popup.on( |
|
|
|
Controller.EVENT_CHANGE, |
|
|
|
Controller.EVENT_CHANGE, |
|
|
|
...args => { |
|
|
|
(...args) => { |
|
|
|
this.fireEvent(Controller.EVENT_CHANGE, ...args); |
|
|
|
this.fireEvent(Controller.EVENT_CHANGE, args); |
|
|
|
} |
|
|
|
} |
|
|
|
); |
|
|
|
); |
|
|
|
this.textIconCheckCombo = createWidget({ |
|
|
|
this.textIconCheckCombo = createWidget({ |
|
|
|