mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 04:54:23 +00:00
Fix #2120 : WebUI: Manually entered values not being saved in Spinners
This commit is contained in:
parent
aaf4aa5226
commit
0571799a07
@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* Ext.ux.form.SpinnerGroup.js
|
||||
*
|
||||
*
|
||||
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@ -154,6 +154,7 @@ Ext.ux.form.SpinnerGroup = Ext.extend(Ext.form.CheckboxGroup, {
|
||||
|
||||
this.items.each(function(field) {
|
||||
field.on('spin', this.onFieldChange, this);
|
||||
field.on('change', this.onFieldChange, this);
|
||||
}, this);
|
||||
|
||||
if (this.lazyValueSet) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user