Skip to content

Commit

Permalink
Do not leave rubber band artifacts when deleting vertices
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Mar 29, 2017
1 parent 015e3f4 commit 3ce1c99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/nodetool/qgsnodetool2.cpp
Expand Up @@ -1175,6 +1175,9 @@ void QgsNodeTool2::deleteVertex()
layer->destroyEditCommand();
}

// make sure the temporary feature rubber band is not visible
removeTemporaryRubberBands();

// pre-select next node for deletion if we are deleting just one node
if ( toDelete.count() == 1 )
{
Expand Down

0 comments on commit 3ce1c99

Please sign in to comment.