Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Oct 17, 2024
1 parent b86b10b commit dd3c896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/qml/gps/MMMeasureDrawer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ MMDrawer {

property string perimeter: mapTool?.perimeter ?? 0
property string area: mapTool?.area ?? 0
property bool isPolygon: root.area > 0
property bool isPolygon: area > 0

signal measureFinished()

Expand Down

1 comment on commit dd3c896

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

Please sign in to comment.