We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7a551 commit 071ec82Copy full SHA for 071ec82
src/gui/qgsmaptoolidentify.cpp
@@ -666,6 +666,7 @@ void QgsMapToolIdentify::deleteRubberBands()
666
QList<QgsHighlight*>::const_iterator it = mRubberBands.constBegin();
667
for ( ; it != mRubberBands.constEnd(); ++it )
668
delete *it;
669
+ mRubberBands.clear();
670
}
671
672
void QgsMapToolIdentify::layerDestroyed()
0 commit comments