mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Use a snapping indicator when picking feature to move with move tool
Fixes #19065
This commit is contained in:
parent
37b06bcf29
commit
3ef7b125ab
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user