Skip to content

Commit 04c5302

Browse files
committed
[vertex tool] update locked markers when adding a new vertex
1 parent a036586 commit 04c5302

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/vertextool/qgsvertextool.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -2022,6 +2022,7 @@ void QgsVertexTool::moveVertex( const QgsPointXY &mapPoint, const QgsPointLocato
20222022
}
20232023
}
20242024

2025+
updateLockedFeatureVertices();
20252026
if ( mVertexEditor )
20262027
mVertexEditor->updateEditor( mLockedFeature.get() );
20272028

0 commit comments

Comments
 (0)