Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/app/qgsmaptooladdpart.cpp
|
@@ -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 ); |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.