Skip to content

Commit 47dd5f1

Browse files
committedJan 23, 2019
[node editor] Update the table of vertices when deleting some
1 parent a34a4f3 commit 47dd5f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/app/vertextool/qgsvertextool.cpp‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,6 +1968,9 @@ void QgsVertexTool::deleteVertex()
19681968
setHighlightedVertices( vertices_new );
19691969
}
19701970
}
1971+
1972+
if ( mVertexEditor && mSelectedFeature )
1973+
mVertexEditor->updateEditor( mSelectedFeature->layer(), mSelectedFeature.get() );
19711974
}
19721975

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

0 commit comments

Comments
 (0)
Please sign in to comment.