mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix typo
This commit is contained in:
parent
a898f9a398
commit
6f2d66512f
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user