Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
5 additions
and
2 deletions.
-
+5
−2
src/app/qgsgeometryvalidationservice.cpp
|
@@ -68,9 +68,12 @@ void QgsGeometryValidationService::fixError( QgsGeometryCheckError *error, int m |
|
|
} |
|
|
} |
|
|
|
|
|
layer->triggerRepaint(); |
|
|
if ( layer ) |
|
|
{ |
|
|
layer->triggerRepaint(); |
|
|
|
|
|
emit topologyErrorUpdated( layer, error ); |
|
|
emit topologyErrorUpdated( layer, error ); |
|
|
} |
|
|
} |
|
|
|
|
|
void QgsGeometryValidationService::onLayersAdded( const QList<QgsMapLayer *> &layers ) |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.