Browse Source

VirtualJoystick: remove sub from yAxisPositiveRangeOnly condition (#9204)

Sub currently handles throttle in the 0-1000 range
https://github.com/ArduPilot/ardupilot/issues/8818
QGC4.4
Willian Galvani 5 years ago committed by GitHub
parent
commit
735d6f69b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/FlightDisplay/VirtualJoystick.qml

2
src/FlightDisplay/VirtualJoystick.qml

@ -41,7 +41,7 @@ Item { @@ -41,7 +41,7 @@ Item {
anchors.bottom: parent.bottom
width: parent.height
height: parent.height
yAxisPositiveRangeOnly: _activeVehicle && !_activeVehicle.rover && !_activeVehicle.sub
yAxisPositiveRangeOnly: _activeVehicle && !_activeVehicle.rover
yAxisReCenter: autoCenterThrottle
}

Loading…
Cancel
Save