We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7a337 commit 23eb65eCopy full SHA for 23eb65e
src/FlightDisplay/FlyViewMap.qml
@@ -523,7 +523,7 @@ FlightMap {
523
anchorPoint.x: sourceItem.anchorPointX
524
anchorPoint.y: sourceItem.anchorPointY
525
coordinate: _activeVehicle ? _activeVehicle.orbitMapCircle.center : QtPositioning.coordinate()
526
- visible: orbitTelemetryCircle.visible
+ visible: orbitTelemetryCircle.visible && !gotoLocationItem.visible
527
528
sourceItem: MissionItemIndexLabel {
529
checked: true
0 commit comments