mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix #6240
This commit is contained in:
parent
981299ca70
commit
f3acfda57b
@ -253,6 +253,7 @@ void QgsSelectedFeature::deleteSelectedVertexes()
|
||||
{
|
||||
// to avoid try to delete some vertex twice
|
||||
mVertexMap[ mVertexMap[i]->equals()]->setSelected( false );
|
||||
nSelected--;
|
||||
}
|
||||
|
||||
if ( topologicalEditing )
|
||||
|
Loading…
x
Reference in New Issue
Block a user