Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
raise dock when errors are added
  • Loading branch information
3nids authored and m-kuhn committed Oct 15, 2018
1 parent 5b5ec8f commit e65f6b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsgeometryvalidationdock.cpp
Expand Up @@ -84,6 +84,7 @@ void QgsGeometryValidationDock::setGeometryValidationModel( QgsGeometryValidatio

connect( mErrorListView->selectionModel(), &QItemSelectionModel::currentChanged, this, &QgsGeometryValidationDock::onCurrentErrorChanged );
connect( mGeometryValidationModel, &QgsGeometryValidationModel::rowsRemoved, this, &QgsGeometryValidationDock::updateCurrentError );
connect( mGeometryValidationModel, &QgsGeometryValidationModel::rowsInserted, this, &QgsGeometryValidationDock::raise );
}

void QgsGeometryValidationDock::gotoNextError()
Expand Down

0 comments on commit e65f6b4

Please sign in to comment.