listen to the 'check' event on the field also incase it is a checkbox
This commit is contained in:
parent
c76e67b109
commit
9c4b6afc05
|
@ -84,6 +84,7 @@ Deluge.OptionsManager = Ext.extend(Ext.util.Observable, {
|
|||
field.on('focus', this.onFieldFocus, this);
|
||||
field.on('blur', this.onFieldBlur, this);
|
||||
field.on('change', this.onFieldChange, this);
|
||||
field.on('check', this.onFieldChange, this);
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue