Skip to content

Commit

Permalink
Merge pull request #1302 from manisandro/remove_layer_from_LayerSnapp…
Browse files Browse the repository at this point in the history
…ingList

Re-write the snapping settings when removing a layer
  • Loading branch information
3nids committed Apr 28, 2014
2 parents 4c2819c + dfc077b commit 73b2b86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/qgssnappingdialog.cpp
Expand Up @@ -365,6 +365,7 @@ void QgsSnappingDialog::layersWillBeRemoved( QStringList thelayers )
if ( item )
delete item;
}
apply();
}

void QgsSnappingDialog::setTopologicalEditingState()
Expand All @@ -384,3 +385,4 @@ void QgsSnappingDialog::setIntersectionSnappingState()
cbxEnableIntersectionSnappingCheckBox->setChecked( intersectionSnapping );
cbxEnableIntersectionSnappingCheckBox->blockSignals( false );
}

0 comments on commit 73b2b86

Please sign in to comment.