Skip to content

Commit

Permalink
Delete rubberband if deactivating capture tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed May 24, 2013
1 parent dcc72d2 commit b5a5264
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/qgsmaptoolcapture.cpp
Expand Up @@ -67,6 +67,8 @@ void QgsMapToolCapture::deactivate()
while ( !mSnappingMarkers.isEmpty() )
delete mSnappingMarkers.takeFirst();

stopCapturing();

QgsMapToolEdit::deactivate();
}

Expand Down

0 comments on commit b5a5264

Please sign in to comment.