Browse Source

JoystickThumbPad: remove red virtual joystick border

It looks horrible and was probably added for debugging purposes.
QGC4.4
Matthias Grob 4 years ago committed by Don Gagne
parent
commit
e41adf626f
  1. 6
      src/QmlControls/JoystickThumbPad.qml

6
src/QmlControls/JoystickThumbPad.qml

@ -212,11 +212,5 @@ Item {
touchPoints: [ TouchPoint { id: touchPoint } ] touchPoints: [ TouchPoint { id: touchPoint } ]
onPressed: _joyRoot.thumbDown(touchPoints) onPressed: _joyRoot.thumbDown(touchPoints)
onReleased: _joyRoot.reCenter() onReleased: _joyRoot.reCenter()
Rectangle {
border.color: "red"
color: "transparent"
anchors.fill: parent
}
} }
} }

Loading…
Cancel
Save