This commit is contained in:
uclaros 2021-03-27 22:45:19 +02:00 committed by Nyall Dawson
parent a898f9a398
commit 6f2d66512f

View File

@ -295,7 +295,7 @@ bool QgsMapToolAddPart::checkSelection()
else
{
// Only one selected feature
// For single-type layers only allow feaetures without geometry
// For single-type layers only allow features without geometry
QgsFeatureIterator selectedFeatures = vlayer->getSelectedFeatures();
QgsFeature selectedFeature;
selectedFeatures.nextFeature( selectedFeature );