Skip to content

Commit

Permalink
Adv labeling, turn off excessive debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Oct 25, 2012
1 parent 9a300d8 commit c4cc9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgspallabeling.cpp
Expand Up @@ -1711,7 +1711,7 @@ void QgsPalLabeling::drawLabel( pal::LabelPosition* label, QPainter* painter, co
labelWidthDiff /= 2;
}
xMultiLineOffset = labelWidthDiff * lyr.rasterCompressFactor;
QgsDebugMsg( QString( "xMultiLineOffset: %0" ).arg( xMultiLineOffset ) );
//QgsDebugMsg( QString( "xMultiLineOffset: %1" ).arg( xMultiLineOffset ) );
}

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

0 comments on commit c4cc9d3

Please sign in to comment.