Commit 43d5f7b0 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #4074 from DonLakeFlyer/VirtJoy

Virtual Joystick: Draw outer circle as well for better visual
parents 38b70a9d 0edfc847
......@@ -92,6 +92,14 @@ Item {
color: "transparent"
}
Rectangle {
anchors.fill: parent
radius: width / 2
border.color: mapPal.thumbJoystick
border.width: 2
color: "transparent"
}
Rectangle {
width: hatWidth
height: hatWidth
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment