Skip to content

Commit b5a5264

Browse files
committed
Delete rubberband if deactivating capture tool
1 parent dcc72d2 commit b5a5264

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/qgsmaptoolcapture.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ void QgsMapToolCapture::deactivate()
6767
while ( !mSnappingMarkers.isEmpty() )
6868
delete mSnappingMarkers.takeFirst();
6969

70+
stopCapturing();
71+
7072
QgsMapToolEdit::deactivate();
7173
}
7274

0 commit comments

Comments
 (0)