Skip to content

Commit 391d3f9

Browse files
committed
Disable snap to grid for maptool split parts
1 parent 665466b commit 391d3f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgsmaptoolsplitparts.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ QgsMapToolSplitParts::QgsMapToolSplitParts( QgsMapCanvas *canvas )
2727
: QgsMapToolCapture( canvas, QgisApp::instance()->cadDockWidget(), QgsMapToolCapture::CaptureLine )
2828
{
2929
mToolName = tr( "Split parts" );
30+
setSnapToGridEnabled( false );
3031
}
3132

3233
void QgsMapToolSplitParts::cadCanvasReleaseEvent( QgsMapMouseEvent *e )

0 commit comments

Comments
 (0)