Skip to content

Commit 519c9db

Browse files
committed
Disable RenderPartialOutput also in composer map preview
1 parent 31a9571 commit 519c9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/composer/qgscomposermap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,13 +230,13 @@ 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 )
236237
{
237238
//if outputing composer, disable optimisations like layer simplification
238239
jobMapSettings.setFlag( QgsMapSettings::UseRenderingOptimization, false );
239-
jobMapSettings.setFlag( QgsMapSettings::RenderPartialOutput, false );
240240
}
241241

242242
QgsExpressionContext* context = createExpressionContext();

0 commit comments

Comments
 (0)