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 e71930f commit dfc077bCopy full SHA for dfc077b
src/app/qgssnappingdialog.cpp
@@ -365,6 +365,7 @@ void QgsSnappingDialog::layersWillBeRemoved( QStringList thelayers )
365
if ( item )
366
delete item;
367
}
368
+ apply();
369
370
371
void QgsSnappingDialog::setTopologicalEditingState()
@@ -384,3 +385,4 @@ void QgsSnappingDialog::setIntersectionSnappingState()
384
385
cbxEnableIntersectionSnappingCheckBox->setChecked( intersectionSnapping );
386
cbxEnableIntersectionSnappingCheckBox->blockSignals( false );
387
388
+
0 commit comments