File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/analysis/vector/geometry_checker Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ bool QgsGeometryCheckError::handleChanges( const QgsGeometryCheck::Changes &chan
102
102
}
103
103
else if ( change.what == QgsGeometryCheck::ChangePart )
104
104
{
105
- if ( change. type == QgsGeometryCheck::ChangeChanged || mVidx .part == change.vidx .part )
105
+ if ( mVidx .part == change.vidx .part )
106
106
{
107
107
return false ;
108
108
}
@@ -115,7 +115,7 @@ bool QgsGeometryCheckError::handleChanges( const QgsGeometryCheck::Changes &chan
115
115
{
116
116
if ( mVidx .partEqual ( change.vidx ) )
117
117
{
118
- if ( change. type == QgsGeometryCheck::ChangeChanged || mVidx .ring == change.vidx .ring )
118
+ if ( mVidx .ring == change.vidx .ring )
119
119
{
120
120
return false ;
121
121
}
You can’t perform that action at this time.
0 commit comments