Skip to content
Permalink
Browse files
Renames Avoid intersection to Avoid overlap [needs-docs]
  • Loading branch information
SrNetoChan committed Dec 10, 2018
1 parent 7f4123b commit 0494096
Showing 1 changed file with 2 additions and 2 deletions.
@@ -347,7 +347,7 @@ QVariant QgsSnappingLayerTreeModel::headerData( int section, Qt::Orientation ori
case 3:
return tr( "Units" );
case 4:
return tr( "Avoid intersection" );
return tr( "Avoid overlap" );
default:
return QVariant();
}
@@ -493,7 +493,7 @@ QVariant QgsSnappingLayerTreeModel::data( const QModelIndex &idx, int role ) con
}
}

// avoid intersection
// avoid intersection(Overlap)
if ( idx.column() == AvoidIntersectionColumn )
{
if ( role == Qt::CheckStateRole && vl->geometryType() == QgsWkbTypes::PolygonGeometry )

0 comments on commit 0494096

Please sign in to comment.