Skip to content

Commit

Permalink
Fix stopRender call in graduated symbol renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Nov 1, 2011
1 parent c7f98f2 commit 1177de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgsgraduatedsymbolrendererv2.cpp
Expand Up @@ -200,7 +200,7 @@ void QgsGraduatedSymbolRendererV2::stopRender( QgsRenderContext& context )
{
QgsRangeList::iterator it = mRanges.begin();
for ( ; it != mRanges.end(); ++it )
it->symbol()->startRender( context );
it->symbol()->stopRender( context );

// cleanup mTempSymbols
#if QT_VERSION < 0x40600
Expand Down

0 comments on commit 1177de1

Please sign in to comment.