[Bugfix][Server] Use Project selection color in GetPrint 3.4

This commit is contained in:
rldhont 2018-10-26 14:32:42 +02:00
parent 4d33422fe2
commit b64e72a89d
3 changed files with 1 additions and 0 deletions

View File

@ -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 );

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 KiB

After

Width:  |  Height:  |  Size: 303 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 KiB

After

Width:  |  Height:  |  Size: 302 KiB