Skip to content

Commit

Permalink
last adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Aug 26, 2024
1 parent 7cf4359 commit fb177bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/qml/map/MMRecordingTools.qml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Item {
}

Loader {
active: __inputUtils.geometryFromLayer( __activeLayer.vectorLayer ) === "point"
active: __inputUtils.geometryFromLayer( __activeLayer.vectorLayer ) !== "point"
sourceComponent: existingVerticesHighlightComponent
}

Expand Down

0 comments on commit fb177bc

Please sign in to comment.