Fixup 68a01c9

This commit is contained in:
Matthias Kuhn 2015-11-30 21:55:12 +01:00
parent 68a01c9ab1
commit 436337b5d1

View File

@ -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();