Skip to content

Commit

Permalink
topological editing should always be available
Browse files Browse the repository at this point in the history
fix #17620
regression from 2.x
  • Loading branch information
3nids committed Jan 23, 2018
1 parent 4d1f7ed commit 4d41dfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgssnappingwidget.cpp
Expand Up @@ -376,7 +376,6 @@ void QgsSnappingWidget::toggleSnappingWidgets( bool enabled )
{
mLayerTreeView->setEnabled( enabled );
}
mTopologicalEditingAction->setEnabled( enabled );
mIntersectionSnappingAction->setEnabled( enabled );
mEnableTracingAction->setEnabled( enabled );
}
Expand Down

0 comments on commit 4d41dfb

Please sign in to comment.