Skip to content

Commit

Permalink
[Geometry checker] Clear rubberbands when disabling result tab
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jul 14, 2016
1 parent 2f6be7a commit 0e30ed8
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -596,5 +596,7 @@ void QgsGeometryCheckerResultTab::checkRemovedLayer( const QStringList &ids )
}
setEnabled( false );
mFeaturePool->clearLayer();
qDeleteAll( mCurrentRubberBands );
mCurrentRubberBands.clear();
}
}

0 comments on commit 0e30ed8

Please sign in to comment.