mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
[Bugfix][Server] Use Project selection color in GetPrint 3.4
This commit is contained in:
parent
4d33422fe2
commit
b64e72a89d
@ -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 |
Loading…
x
Reference in New Issue
Block a user