Skip to content

Commit

Permalink
Merge pull request #7048 from mhugent/fix_large_sized_print
Browse files Browse the repository at this point in the history
Disable RenderPartialOutput Setting in printing. It is unused in prin…
  • Loading branch information
mhugent committed May 24, 2018
2 parents e1708af + 519c9db commit 8d5d5f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/composer/qgscomposermap.cpp
Expand Up @@ -230,6 +230,7 @@ QgsMapSettings QgsComposerMap::mapSettings( const QgsRectangle& extent, QSizeF s
jobMapSettings.setCrsTransformEnabled( ms.hasCrsTransformEnabled() );
jobMapSettings.setFlags( ms.flags() );
jobMapSettings.setFlag( QgsMapSettings::DrawSelection, false );
jobMapSettings.setFlag( QgsMapSettings::RenderPartialOutput, false );

if ( mComposition->plotStyle() == QgsComposition::Print ||
mComposition->plotStyle() == QgsComposition::Postscript )
Expand Down

0 comments on commit 8d5d5f0

Please sign in to comment.