Unverified Commit e3833aa5 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #6715 from DonLakeFlyer/FWLandingClick

FW Landing Pattern: Z order for landing click is above map items
parents 693bda3d 3b8e0edb
......@@ -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