Skip to content

Commit

Permalink
Merge pull request qgis#54605 from m-kuhn/build_failure
Browse files Browse the repository at this point in the history
Fix build failure
  • Loading branch information
m-kuhn committed Sep 15, 2023
2 parents 089da51 + 8989d5b commit 4d80e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/vertextool/qgsvertextool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2440,7 +2440,7 @@ void QgsVertexTool::applyEditsToLayers( QgsVertexTool::VertexEdits &edits )
{
QgsFeatureList removedFeatures;
double largest = 0;
QgsFeature originalFeature = layer->getFeature( it2.key() );
QgsFeature originalFeature = layer->getFeature( itFeatEdit.key() );
int largestPartIndex = -1;
for ( int i = 0; i < newGeoms.size(); ++i )
{
Expand Down

0 comments on commit 4d80e94

Please sign in to comment.