Skip to content

Commit 70f2cc8

Browse files
committed
Fix printing for curved labels
1 parent fa18f0d commit 70f2cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgspallabeling.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4290,7 +4290,7 @@ void QgsPalLabeling::drawLabel( pal::LabelPosition* label, QgsRenderContext& con
42904290

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

42964296
void QgsPalLabeling::drawLabelBuffer( QgsRenderContext& context,

0 commit comments

Comments
 (0)