mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Fix multiple overlaps of curved labels (fix #12792)
This commit is contained in:
parent
195972acc2
commit
7d97ab50fc
@ -4504,7 +4504,7 @@ void QgsPalLabeling::drawLabel( pal::LabelPosition* label, QgsRenderContext& con
|
||||
}
|
||||
|
||||
//QgsDebugMsgLevel( "drawLabel " + txt, 4 );
|
||||
QStringList multiLineList = QgsPalLabeling::splitToLines( text, tmpLyr.wrapChar );
|
||||
QStringList multiLineList = QgsPalLabeling::splitToLines( txt, tmpLyr.wrapChar );
|
||||
int lines = multiLineList.size();
|
||||
|
||||
double labelWidest = 0.0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user