Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
avoid control on all geometries if one fail
  • Loading branch information
luipir committed Jun 12, 2017
1 parent 87116ab commit fdd5a50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsvectorlayereditbuffer.cpp
Expand Up @@ -328,6 +328,7 @@ bool QgsVectorLayerEditBuffer::commitChanges( QStringList &commitErrors )
{
commitErrors << tr( "ERROR: %n feature(s) not added - geometry type is not compatible with the current layer.", "not added features count", mAddedFeatures.size() );
success = false;
break;
}
}
}
Expand Down

0 comments on commit fdd5a50

Please sign in to comment.