We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 4575547 commit c17dc43Copy full SHA for c17dc43
src/app/qgsmapsavedialog.cpp
@@ -291,7 +291,7 @@ void QgsMapSaveDialog::applyMapSettings( QgsMapSettings &mapSettings )
291
mapSettings.setFlag( QgsMapSettings::ForceVectorOutput, true ); // force vector output (no caching of marker images etc.)
292
mapSettings.setFlag( QgsMapSettings::DrawEditingInfo, false );
293
mapSettings.setFlag( QgsMapSettings::DrawSelection, true );
294
-
+ mapSettings.setSelectionColor( mMapCanvas->mapSettings().selectionColor() );
295
mapSettings.setDestinationCrs( mMapCanvas->mapSettings().destinationCrs() );
296
mapSettings.setExtent( extent() );
297
mapSettings.setOutputSize( size() );
0 commit comments