This commit is contained in:
Nyall Dawson 2021-05-29 08:15:47 +10:00
parent 12d1078a8b
commit 0bd603cf45

View File

@ -3615,8 +3615,7 @@ QRectF QgsFontMarkerSymbolLayer::bounds( QPointF point, QgsSymbolRenderContext &
{
chrWidth *= scaledSize / mOrigSize;
}
if ( !qgsDoubleNear( mFontSizeScale, 1.0 ) )
chrWidth *= mFontSizeScale;
chrWidth *= mFontSizeScale;
bool hasDataDefinedRotation = false;
QPointF offset;