Skip to content

Commit

Permalink
[vertex tool] remove locked markers when deactivating
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 2, 2019
1 parent 268cc18 commit 2f97bb2
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 2f97bb2

Please sign in to comment.