Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[vertex tool] remove locked markers when deactivating
  • Loading branch information
3nids committed Apr 2, 2019
1 parent 8a89c58 commit 5667b74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/vertextool/qgsvertextool.cpp
Expand Up @@ -1412,6 +1412,7 @@ void QgsVertexTool::cleanupVertexEditor()
{
mLockedFeature.reset();
mVertexEditor.reset();
updateLockedFeatureVertices();
}

void QgsVertexTool::cleanupLockedFeature()
Expand Down

0 comments on commit 5667b74

Please sign in to comment.