Skip to content

Commit

Permalink
fix #6240
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 4, 2012
1 parent 981299c commit f3acfda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/nodetool/qgsselectedfeature.cpp
Expand Up @@ -253,6 +253,7 @@ void QgsSelectedFeature::deleteSelectedVertexes()
{
// to avoid try to delete some vertex twice
mVertexMap[ mVertexMap[i]->equals()]->setSelected( false );
nSelected--;
}

if ( topologicalEditing )
Expand Down

0 comments on commit f3acfda

Please sign in to comment.