Commit 3b8e0edb authored by DonLakeFlyer's avatar DonLakeFlyer

Z order for landing click is above map items

This way you can click anywhere
parent 693bda3d
......@@ -159,7 +159,8 @@ Item {
id: mouseAreaComponent
MouseArea {
anchors.fill: map
anchors.fill: map
z: QGroundControl.zOrderMapItems + 1 // Over item indicators
onClicked: {
var coordinate = map.toCoordinate(Qt.point(mouse.x, mouse.y), false /* clipToViewPort */)
......
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