mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-25 00:12:17 -05:00
Optimize
This commit is contained in:
parent
12d1078a8b
commit
0bd603cf45
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user