Skip to content

Commit

Permalink
set digitized linestring/polygon features as valid
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Nov 1, 2015
1 parent 0ceeb51 commit c522bb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsmaptooladdfeature.cpp
Expand Up @@ -283,6 +283,7 @@ void QgsMapToolAddFeature::cadCanvasReleaseEvent( QgsMapMouseEvent* e )
return;
}
}
f->setValid( true );

if ( addFeature( vlayer, f.data(), false ) )
{
Expand Down

0 comments on commit c522bb1

Please sign in to comment.