Skip to content

Commit

Permalink
Improve the raise dock code
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 15, 2018
1 parent dfe788e commit 98959f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsgeometryvalidationdock.cpp
Expand Up @@ -155,7 +155,7 @@ void QgsGeometryValidationDock::onRowsInserted()
{
mQgisApp->addDockWidget( Qt::RightDockWidgetArea, this );
}
raise();
setUserVisible( true );
}

QgsGeometryValidationService *QgsGeometryValidationDock::geometryValidationService() const
Expand Down

0 comments on commit 98959f9

Please sign in to comment.