We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc72d2 commit b5a5264Copy full SHA for b5a5264
src/app/qgsmaptoolcapture.cpp
@@ -67,6 +67,8 @@ void QgsMapToolCapture::deactivate()
67
while ( !mSnappingMarkers.isEmpty() )
68
delete mSnappingMarkers.takeFirst();
69
70
+ stopCapturing();
71
+
72
QgsMapToolEdit::deactivate();
73
}
74
0 commit comments