Skip to content

Commit

Permalink
Fixup 68a01c9
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 30, 2015
1 parent 68a01c9 commit 436337b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayer.cpp
Expand Up @@ -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();

Expand Down

0 comments on commit 436337b

Please sign in to comment.