Skip to content

Commit

Permalink
Fix project tracker regression (fixes #228)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed May 19, 2024
1 parent 0538ab6 commit 99d8b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/TrackerSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Popup {
if (featureModel.currentLayer.geometryType === Qgis.GeometryType.Point) {
projectInfo.saveTracker(featureModel.currentLayer)
}
tracker = undefined
}
tracker = undefined
}
}
}
Expand Down

1 comment on commit 99d8b7c

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please sign in to comment.