Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[vector] Remove problematic topological editing related assert when a…
…dding features
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Apr 8, 2020
1 parent 3a2918f commit 8a491b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgsmaptooladdfeature.cpp
Expand Up @@ -91,7 +91,6 @@ void QgsMapToolAddFeature::digitized( const QgsFeature &f )
if ( topologicalEditing )
{
QList<QgsPointLocator::Match> sm = snappingMatches();
Q_ASSERT( f.geometry().constGet()->vertexCount() == sm.size() );
for ( int i = 0; i < sm.size() ; ++i )
{
if ( sm.at( i ).layer() )
Expand Down

0 comments on commit 8a491b3

Please sign in to comment.