Skip to content

Commit

Permalink
Astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 24, 2024
1 parent bec640b commit f128fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/labeling/qgsvectorlayerlabelprovider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ void QgsVectorLayerLabelProvider::drawLabelPrivate( pal::LabelPosition *label, Q
const QStringList multiLineList = QgsPalLabeling::splitToLines( txt, tmpLyr.wrapChar, tmpLyr.autoWrapLength, tmpLyr.useMaxLineLengthForAutoWrap );
for ( const QString &line : multiLineList )
{
document.append( QgsTextBlock::fromPlainText( line, c ) );
document.append( QgsTextBlock::fromPlainText( line, c ) );
}

QgsScopedRenderContextReferenceScaleOverride referenceScaleOverride( context, -1.0 );
Expand Down

0 comments on commit f128fa4

Please sign in to comment.