Skip to content

Commit

Permalink
Remove break
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and github-actions[bot] committed Jan 6, 2023
1 parent eb17855 commit 7d06726
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -10451,7 +10451,6 @@ void QgisApp::mergeSelectedFeatures()
if ( featureIterator.nextFeature( f ) )
{
mergeFeatureId = f.id( );
break;
}
}

Expand Down

0 comments on commit 7d06726

Please sign in to comment.