Skip to content

Commit

Permalink
Merge pull request #8349 from rldhont/bugfix-server-getprint-color-se…
Browse files Browse the repository at this point in the history
…lection-3

[Bugfix][Server] Use Project selection color in GetPrint 3.4
  • Loading branch information
rldhont committed Oct 31, 2018
2 parents eeaa54c + f703839 commit a003f4f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/services/wms/qgswmsrenderer.cpp
Expand Up @@ -456,6 +456,7 @@ namespace QgsWms

bool QgsRenderer::configurePrintLayout( QgsPrintLayout *c, const QgsMapSettings &mapSettings )
{
c->renderContext().setSelectionColor( mapSettings.selectionColor() );
// Maps are configured first
QList<QgsLayoutItemMap *> maps;
c->layoutItems<QgsLayoutItemMap>( maps );
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a003f4f

Please sign in to comment.