mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
Astyle
This commit is contained in:
parent
bec640b158
commit
f128fa4443
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user