Skip to content

Commit

Permalink
Re-write the snapping settings when removing a layer
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Apr 8, 2014
1 parent e71930f commit dfc077b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/qgssnappingdialog.cpp
Original file line number Diff line number Diff line change
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 dfc077b

Please sign in to comment.