Skip to content

Commit f703839

Browse files
committed
[Bugfix][Server] Use Project selection color in GetPrint 3.4
1 parent 6249b07 commit f703839

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

src/server/services/wms/qgswmsrenderer.cpp

+1
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)