have the option manager return the field from a bind
This commit is contained in:
@ -85,6 +85,7 @@ Deluge.OptionsManager = Ext.extend(Ext.util.Observable, {
|
||||
field.on('blur', this.onFieldBlur, this);
|
||||
field.on('change', this.onFieldChange, this);
|
||||
field.on('check', this.onFieldChange, this);
|
||||
return field;
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user