Skip to content

Commit 436337b

Browse files
committed
Fixup 68a01c9
1 parent 68a01c9 commit 436337b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsvectorlayer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2340,7 +2340,7 @@ bool QgsVectorLayer::deleteFeatures( QgsFeatureIds fids )
23402340
bool res = mEditBuffer->deleteFeatures( fids );
23412341

23422342
if ( res )
2343-
mSelectedFeatureIds.subtract( fid ); // remove it from selection
2343+
mSelectedFeatureIds.subtract( fids ); // remove it from selection
23442344

23452345
updateExtents();
23462346

0 commit comments

Comments
 (0)