Skip to content

Commit

Permalink
Update MFM.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Feb 21, 2025
1 parent 09895ed commit 9910c62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/qml/items/MFM.qml
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,10 @@ Item {
if (!Global.currentVAC.isValid)
return;
flightMap.followGPS = false
flightMap.alignCoordinateToPoint(Global.currentVAC.center, flightMap.centerPoint)
zoomLevelBehavior.enabled = false
flightMap.zoomLevel = 11
flightMap.alignCoordinateToPoint(Global.currentVAC.center, flightMap.centerPoint)
zoomLevelBehavior.enabled = true
}
}

Expand Down

0 comments on commit 9910c62

Please sign in to comment.