Skip to content

Commit 2f97bb2

Browse files
committedApr 2, 2019
[vertex tool] remove locked markers when deactivating
1 parent 268cc18 commit 2f97bb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/vertextool/qgsvertextool.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,6 +1412,7 @@ void QgsVertexTool::cleanupVertexEditor()
14121412
{
14131413
mLockedFeature.reset();
14141414
mVertexEditor.reset();
1415+
updateLockedFeatureVertices();
14151416
}
14161417

14171418
void QgsVertexTool::cleanupLockedFeature()

0 commit comments

Comments
 (0)
Please sign in to comment.