We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent b034c2c commit 39b5259Copy full SHA for 39b5259
src/app/qgsmaptooloffsetcurve.cpp
@@ -89,6 +89,7 @@ void QgsMapToolOffsetCurve::canvasReleaseEvent( QgsMapMouseEvent *e )
89
QgsSnappingConfig config = snapping->config();
90
// setup new settings (temporary)
91
QgsSettings settings;
92
+ config.setEnabled( true );
93
config.setMode( QgsSnappingConfig::AllLayers );
94
config.setType( QgsSnappingConfig::Segment );
95
config.setTolerance( settings.value( QStringLiteral( "qgis/digitizing/search_radius_vertex_edit" ), 10 ).toDouble() );
0 commit comments