mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix for label size in printing output (bug #1097)
git-svn-id: http://svn.osgeo.org/qgis/trunk@8557 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
a1719bd83b
commit
3079c4bc5e
@ -284,7 +284,7 @@ void QgsVectorLayer::drawLabels(QgsRenderContext& renderContext)
|
||||
{
|
||||
return;
|
||||
}
|
||||
drawLabels(thePainter, renderContext.extent(), &(renderContext.mapToPixel()), renderContext.coordTransform(), renderContext.scaleFactor());
|
||||
drawLabels(thePainter, renderContext.extent(), &(renderContext.mapToPixel()), renderContext.coordTransform(), 1.0 / renderContext.rasterScaleFactor());
|
||||
}
|
||||
|
||||
// NOTE this is a temporary method added by Tim to prevent label clipping
|
||||
|
Loading…
x
Reference in New Issue
Block a user