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 1074312 commit cae352bCopy full SHA for cae352b
src/core/qgsmaprendererjob.cpp
@@ -301,6 +301,10 @@ void QgsMapRendererCustomPainterJob::futureFinished()
301
mActive = false;
302
mRenderingTime = mRenderingStart.elapsed();
303
qDebug("QPAINTER futureFinished");
304
+
305
+ // final cleanup
306
+ cleanupJobs( mLayerJobs );
307
308
emit finished();
309
}
310
@@ -341,9 +345,6 @@ void QgsMapRendererCustomPainterJob::doRender()
341
345
342
346
343
347
344
- // final cleanup
- cleanupJobs( mLayerJobs );
-
348
QgsDebugMsg( "Done rendering map layers" );
349
350
if ( mSettings.testFlag( QgsMapSettings::DrawLabeling ) && !mLabelingRenderContext.renderingStopped() )
0 commit comments