Skip to content

Commit

Permalink
Fix printing for curved labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Dec 3, 2013
1 parent fa18f0d commit 70f2cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgspallabeling.cpp
Expand Up @@ -4290,7 +4290,7 @@ void QgsPalLabeling::drawLabel( pal::LabelPosition* label, QgsRenderContext& con

// NOTE: this used to be within above multi-line loop block, at end. (a mistake since 2010? [LS])
if ( label->getNextPart() )
drawLabel( label->getNextPart(), context, tmpLyr, drawType );
drawLabel( label->getNextPart(), context, tmpLyr, drawType, dpiRatio );
}

void QgsPalLabeling::drawLabelBuffer( QgsRenderContext& context,
Expand Down

0 comments on commit 70f2cc8

Please sign in to comment.