Use a snapping indicator when picking feature to move with move tool

Fixes #19065
This commit is contained in:
Nyall Dawson 2018-05-31 09:30:34 +10:00
parent 37b06bcf29
commit 3ef7b125ab

View File

@ -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 )