Skip to content

Commit 067e590

Browse files
committed
Update snapping settings widget when avoid intersection list changes
1 parent bb23d6e commit 067e590

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgssnappinglayertreemodel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ QgsSnappingLayerTreeModel::QgsSnappingLayerTreeModel( QgsProject* project, QObje
143143
, mIndividualLayerSettings( project->snappingConfig().individualLayerSettings() )
144144
{
145145
connect( project, &QgsProject::snappingConfigChanged, this, &QgsSnappingLayerTreeModel::onSnappingSettingsChanged );
146+
connect( project, &QgsProject::avoidIntersectionsListChanged, this, &QgsSnappingLayerTreeModel::onSnappingSettingsChanged );
146147
}
147148

148149
QgsSnappingLayerTreeModel::~QgsSnappingLayerTreeModel()

0 commit comments

Comments
 (0)