Skip to content

Commit b64e72a

Browse files
committedOct 31, 2018
[Bugfix][Server] Use Project selection color in GetPrint 3.4
1 parent 4d33422 commit b64e72a

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed
 

‎src/server/services/wms/qgswmsrenderer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ namespace QgsWms
456456

457457
bool QgsRenderer::configurePrintLayout( QgsPrintLayout *c, const QgsMapSettings &mapSettings )
458458
{
459+
c->renderContext().setSelectionColor( mapSettings.selectionColor() );
459460
// Maps are configured first
460461
QList<QgsLayoutItemMap *> maps;
461462
c->layoutItems<QgsLayoutItemMap>( maps );
Loading
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.