Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[node editor] Update the table of vertices when deleting some
  • Loading branch information
nirvn committed Jan 23, 2019
1 parent 5e56845 commit d5acddf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/vertextool/qgsvertextool.cpp
Expand Up @@ -1968,6 +1968,9 @@ void QgsVertexTool::deleteVertex()
setHighlightedVertices( vertices_new );
}
}

if ( mVertexEditor && mSelectedFeature )
mVertexEditor->updateEditor( mSelectedFeature->layer(), mSelectedFeature.get() );
}

void QgsVertexTool::setHighlightedVertices( const QList<Vertex> &listVertices, HighlightMode mode )
Expand Down

0 comments on commit d5acddf

Please sign in to comment.