Skip to content

Commit

Permalink
Fix broken merge features tool
Browse files Browse the repository at this point in the history
Follow up #46625
  • Loading branch information
nyalldawson committed Jan 21, 2022
1 parent a7f7377 commit dd1082d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -10495,8 +10495,8 @@ void QgisApp::mergeSelectedFeatures()
tr( "Merge failed" ),
tr( "Resulting geometry type (multipart) is incompatible with layer type (singlepart)." ),
Qgis::MessageLevel::Critical );
return;
}
return;
}

//merge the attributes together
Expand Down

0 comments on commit dd1082d

Please sign in to comment.