Skip to content

Commit

Permalink
Merge pull request #9809 from m-kuhn/snapping_results_for_points
Browse files Browse the repository at this point in the history
Add @snapping_results variable for points
  • Loading branch information
m-kuhn authored Apr 23, 2019
2 parents a744ddb + 9a7303b commit 74d30b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/qgsmaptooldigitizefeature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,13 @@ void QgsMapToolDigitizeFeature::cadCanvasReleaseEvent( QgsMapMouseEvent *e )
f.setGeometry( g );
f.setValid( true );

// The snapping result needs to be added so it's available in the @snapping_results variable of default value etc. expression contexts
addVertex( e->mapPoint(), e->mapPointMatch() );

digitized( f );

stopCapturing();

// we are done with digitizing for now so instruct advanced digitizing dock to reset its CAD points
cadDockWidget()->clearPoints();
}
Expand Down

0 comments on commit 74d30b9

Please sign in to comment.