Skip to content

Commit c4cc9d3

Browse files
committed
Adv labeling, turn off excessive debug output
1 parent 9a300d8 commit c4cc9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgspallabeling.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@ void QgsPalLabeling::drawLabel( pal::LabelPosition* label, QPainter* painter, co
17111711
labelWidthDiff /= 2;
17121712
}
17131713
xMultiLineOffset = labelWidthDiff * lyr.rasterCompressFactor;
1714-
QgsDebugMsg( QString( "xMultiLineOffset: %0" ).arg( xMultiLineOffset ) );
1714+
//QgsDebugMsg( QString( "xMultiLineOffset: %1" ).arg( xMultiLineOffset ) );
17151715
}
17161716

17171717
double yMultiLineOffset = ( lines - 1 - i ) * labelHeight * lyr.multilineHeight;

0 commit comments

Comments
 (0)