Skip to content

Commit

Permalink
identify: clear rubberband after deleting the items
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 22, 2014
1 parent bc7a551 commit 071ec82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsmaptoolidentify.cpp
Expand Up @@ -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()
Expand Down

0 comments on commit 071ec82

Please sign in to comment.