Navigation Menu

Skip to content

Commit

Permalink
Fix incorrect snapping when moving features and using advanced (#6972)
Browse files Browse the repository at this point in the history
ditizing parallel/perpendicular modes

Refs issue demonstrated in https://www.youtube.com/watch?v=jZYKGrIyVCA
at 25:00
  • Loading branch information
nyalldawson authored and 3nids committed May 11, 2018
1 parent cdc0878 commit 8f05c4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgsmaptoolmovefeature.cpp
Expand Up @@ -172,7 +172,6 @@ void QgsMapToolMoveFeature::cadCanvasReleaseEvent( QgsMapMouseEvent *e )
mRubberBand = nullptr; mRubberBand = nullptr;
return; return;
} }
e->snapPoint();


QgsPointXY startPointLayerCoords = toLayerCoordinates( ( QgsMapLayer * )vlayer, mStartPointMapCoords ); QgsPointXY startPointLayerCoords = toLayerCoordinates( ( QgsMapLayer * )vlayer, mStartPointMapCoords );
QgsPointXY stopPointLayerCoords = toLayerCoordinates( ( QgsMapLayer * )vlayer, e->mapPoint() ); QgsPointXY stopPointLayerCoords = toLayerCoordinates( ( QgsMapLayer * )vlayer, e->mapPoint() );
Expand Down

0 comments on commit 8f05c4e

Please sign in to comment.