Skip to content

Commit b5a5264

Browse files
committedMay 24, 2013
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

Lines changed: 2 additions & 0 deletions
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)
Please sign in to comment.