commit 50267ad015dbe70cc8a5323f75ed34c3c5504abe
parent 796ead957ab22f968689687f1a2eb7b864636684
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 4 Jun 2026 22:03:46 +0300
fix: do not force-enable snapping on tool activation
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -63,7 +63,7 @@ fields.
(`findChildren(QgsElevationProfileCanvas)`); there is no official PyQGIS
accessor. With multiple profile docks open it picks the first visible one.
- No editing/undo of placed points beyond standard layer editing.
-- No snapping configuration UI (cursor snapping is simply enabled).
+- No snapping configuration UI; snapping is left to the user's QGIS settings.
## Development
diff --git a/profile_interpreter/profile_interpreter.py b/profile_interpreter/profile_interpreter.py
@@ -128,7 +128,6 @@ class ProfileInterpreterPlugin:
return
self._canvas = canvas
- canvas.setSnappingEnabled(True)
self._pick_tool = _ProfilePickTool(canvas, self._on_pick)
canvas.setTool(self._pick_tool)
self.iface.messageBar().pushMessage(