Browse Source

Merge pull request #6639 from feemi/pr-mapindicator-fix

Fix dragging issue for rally points
QGC4.4
Don Gagne 7 years ago committed by GitHub
parent
commit
c489483dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/PlanView/RallyPointMapVisuals.qml

1
src/PlanView/RallyPointMapVisuals.qml

@ -20,6 +20,7 @@ import QGroundControl.FlightMap 1.0 @@ -20,6 +20,7 @@ import QGroundControl.FlightMap 1.0
/// Rally Point map visuals
Item {
id: _root
z: QGroundControl.zOrderMapItems
property var map

Loading…
Cancel
Save