Skip to content

Commit

Permalink
Use a snapping indicator when picking feature to move with move tool
Browse files Browse the repository at this point in the history
Fixes #19065
  • Loading branch information
nyalldawson committed May 30, 2018
1 parent 37b06bc commit 3ef7b12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/qgsmaptoolmovefeature.cpp
Expand Up @@ -57,6 +57,10 @@ void QgsMapToolMoveFeature::cadCanvasMoveEvent( QgsMapMouseEvent *e )
mRubberBand->update();
mSnapIndicator->setMatch( e->mapPointMatch() );
}
else
{
mSnapIndicator->setMatch( e->mapPointMatch() );
}
}

void QgsMapToolMoveFeature::cadCanvasReleaseEvent( QgsMapMouseEvent *e )
Expand Down

0 comments on commit 3ef7b12

Please sign in to comment.