Skip to content

Commit

Permalink
format qml
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBuira committed Oct 28, 2024
1 parent 6dc8788 commit 1a50a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/qml/map/MMMapController.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ Item {
if ( identifyHighlight.geometry === null )
return

if (! __inputUtils.canExtentContainGeometry( identifyHighlight.geometry, mapCanvas.mapSettings )){
if ( !__inputUtils.canExtentContainGeometry( identifyHighlight.geometry, mapCanvas.mapSettings ) ){
return
}

Expand Down

1 comment on commit 1a50a03

@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.10.690911 just submitted!

Please sign in to comment.