mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
Fixup 68a01c9
This commit is contained in:
parent
68a01c9ab1
commit
436337b5d1
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user