Merge pull request #713 from mikeller/fix_slider_enable_motors_tab
Fixed sliders being disabled when re-entering the motors tab with motors running.10.3.x-maintenance
commit
906f6ac4bc
|
@ -531,7 +531,7 @@ TABS.motors.initialize = function (callback) {
|
|||
|
||||
if (motors_running) {
|
||||
if (!self.armed) {
|
||||
$('#motorsEnableTestMode').prop('checked', true);
|
||||
$('#motorsEnableTestMode').prop('checked', true).change();
|
||||
}
|
||||
// motors are running adjust sliders to current values
|
||||
|
||||
|
|
Loading…
Reference in New Issue