Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
identify: clear rubberband after deleting the items
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/gui/qgsmaptoolidentify.cpp
|
@@ -666,6 +666,7 @@ void QgsMapToolIdentify::deleteRubberBands() |
|
|
QList<QgsHighlight*>::const_iterator it = mRubberBands.constBegin(); |
|
|
for ( ; it != mRubberBands.constEnd(); ++it ) |
|
|
delete *it; |
|
|
mRubberBands.clear(); |
|
|
} |
|
|
|
|
|
void QgsMapToolIdentify::layerDestroyed() |
|
|