mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Delete rubberband if deactivating capture tool
This commit is contained in:
parent
dcc72d26b5
commit
b5a5264c7f
@ -67,6 +67,8 @@ void QgsMapToolCapture::deactivate()
|
||||
while ( !mSnappingMarkers.isEmpty() )
|
||||
delete mSnappingMarkers.takeFirst();
|
||||
|
||||
stopCapturing();
|
||||
|
||||
QgsMapToolEdit::deactivate();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user