Skip to content

Commit e65f6b4

Browse files
3nidsm-kuhn
authored andcommittedOct 15, 2018
raise dock when errors are added
1 parent 5b5ec8f commit e65f6b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgsgeometryvalidationdock.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ void QgsGeometryValidationDock::setGeometryValidationModel( QgsGeometryValidatio
8484

8585
connect( mErrorListView->selectionModel(), &QItemSelectionModel::currentChanged, this, &QgsGeometryValidationDock::onCurrentErrorChanged );
8686
connect( mGeometryValidationModel, &QgsGeometryValidationModel::rowsRemoved, this, &QgsGeometryValidationDock::updateCurrentError );
87+
connect( mGeometryValidationModel, &QgsGeometryValidationModel::rowsInserted, this, &QgsGeometryValidationDock::raise );
8788
}
8889

8990
void QgsGeometryValidationDock::gotoNextError()

0 commit comments

Comments
 (0)
Please sign in to comment.