Skip to content

Commit 8d5d5f0

Browse files
authored
Merge pull request #7048 from mhugent/fix_large_sized_print
Disable RenderPartialOutput Setting in printing. It is unused in prin…
2 parents e1708af + 519c9db commit 8d5d5f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/composer/qgscomposermap.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ QgsMapSettings QgsComposerMap::mapSettings( const QgsRectangle& extent, QSizeF s
230230
jobMapSettings.setCrsTransformEnabled( ms.hasCrsTransformEnabled() );
231231
jobMapSettings.setFlags( ms.flags() );
232232
jobMapSettings.setFlag( QgsMapSettings::DrawSelection, false );
233+
jobMapSettings.setFlag( QgsMapSettings::RenderPartialOutput, false );
233234

234235
if ( mComposition->plotStyle() == QgsComposition::Print ||
235236
mComposition->plotStyle() == QgsComposition::Postscript )

0 commit comments

Comments
 (0)