mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
have the option manager return the field from a bind
This commit is contained in:
parent
e676bcf576
commit
88471024d9
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue