Skip to content

Commit

Permalink
Merge pull request #8639 from SrNetoChan/avoid_overlap
Browse files Browse the repository at this point in the history
Renames Avoid intersection to Avoid overlap [needs-docs]
  • Loading branch information
m-kuhn committed Jan 8, 2019
2 parents eaad71e + 0494096 commit 6855a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/qgssnappinglayertreemodel.cpp
Expand Up @@ -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();
}
Expand Down Expand Up @@ -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 )
Expand Down

0 comments on commit 6855a1c

Please sign in to comment.