Skip to content

Commit

Permalink
Fixing zoom to project behavior while the GPS location is locked (#3383)
Browse files Browse the repository at this point in the history
fix 3359 zoom to project while in locked GPS
  • Loading branch information
VitorVieiraZ authored Apr 29, 2024
1 parent 8b9070f commit 2cdb112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ ApplicationWindow {
text: qsTr("Zoom to project")
iconSource: __style.zoomToProjectIcon
onClicked: {
map.centeredToGPS = false
__inputUtils.zoomToProject( __activeProject.qgsProject, map.mapSettings )
}
}
Expand Down

1 comment on commit 2cdb112

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.04.610111 just submitted!

Please sign in to comment.