id summary reporter owner description type status priority milestone component version resolution keywords cc 3299 gtkui - spin_share_ratio min clamps to 0.5, should be 0.0 yuri_sevatz "Just noticed a bug in '''deluge/ui/gtk3/glade/preferences_dialog.ui''': '''spin_share_ratio''' cannot set values lower than 0.5: Original: {{{ ... 0.5 ... }}} Should be: {{{ ... 0.0 ... }}} This seems to cause Deluge UI to drop Config change events lower than 0.5, and clamps them above 0.5 (e.g. attempting to set to 0.0 minimum read in console). gtk UI is capping these before transmitting -- {{{ * ConfigValueChanged: stop_seed_ratio: 0.5 }}} Web UI on the other hand seems to have a less restrictive clamp, so attempts to set to 0.0 are transmitted to deluged just fine: {{{ * ConfigValueChanged: stop_seed_ratio: 0.0 }}}" bug new minor needs verified GTK UI master