Skip to content

Commit fba9efc

Browse files
author
wonder
committed
Fixed rendering of multipart labels from previous commit
git-svn-id: http://svn.osgeo.org/qgis/branches/symbology-ng-branch@11315 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6e6a970 commit fba9efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/labeling/pallabeling.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ void PalLabeling::drawLabel( pal::LabelPosition* label, QPainter* painter, const
557557
painter->drawText((0,0, txt);*/
558558

559559
QPainterPath path;
560-
path.addText(0,0, lyr.textFont, text);
560+
path.addText(0,0, lyr.textFont, txt);
561561
painter->setPen( Qt::NoPen );
562562
painter->setBrush( lyr.textColor );
563563
painter->drawPath(path);

0 commit comments

Comments
 (0)