Skip to content

Commit

Permalink
[vertex tool] update locked markers when adding a new vertex
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 2, 2019
1 parent 0705fee commit a775325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/vertextool/qgsvertextool.cpp
Expand Up @@ -2022,6 +2022,7 @@ void QgsVertexTool::moveVertex( const QgsPointXY &mapPoint, const QgsPointLocato
}
}

updateLockedFeatureVertices();
if ( mVertexEditor )
mVertexEditor->updateEditor( mLockedFeature.get() );

Expand Down

0 comments on commit a775325

Please sign in to comment.