Skip to content

Commit dfc077b

Browse files
committedApr 8, 2014
Re-write the snapping settings when removing a layer
1 parent e71930f commit dfc077b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/app/qgssnappingdialog.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ void QgsSnappingDialog::layersWillBeRemoved( QStringList thelayers )
365365
if ( item )
366366
delete item;
367367
}
368+
apply();
368369
}
369370

370371
void QgsSnappingDialog::setTopologicalEditingState()
@@ -384,3 +385,4 @@ void QgsSnappingDialog::setIntersectionSnappingState()
384385
cbxEnableIntersectionSnappingCheckBox->setChecked( intersectionSnapping );
385386
cbxEnableIntersectionSnappingCheckBox->blockSignals( false );
386387
}
388+

0 commit comments

Comments
 (0)