Skip to content
Permalink
Browse files
Fixup 68a01c9
  • Loading branch information
m-kuhn committed Nov 30, 2015
1 parent 68a01c9 commit 436337b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -2340,7 +2340,7 @@ bool QgsVectorLayer::deleteFeatures( QgsFeatureIds fids )
bool res = mEditBuffer->deleteFeatures( fids );

if ( res )
mSelectedFeatureIds.subtract( fid ); // remove it from selection
mSelectedFeatureIds.subtract( fids ); // remove it from selection

updateExtents();

0 comments on commit 436337b

Please sign in to comment.