Skip to content

Commit

Permalink
Remove break
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and m-kuhn committed Mar 30, 2023
1 parent eae8605 commit d115db2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -9640,7 +9640,6 @@ void QgisApp::mergeSelectedFeatures()
if ( featureIterator.nextFeature( f ) )
{
mergeFeatureId = f.id( );
break;
}
}

Expand Down

0 comments on commit d115db2

Please sign in to comment.