Skip to content

Commit

Permalink
Optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 29, 2021
1 parent 12d1078 commit 0bd603c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/symbology/qgsmarkersymbollayer.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 0bd603c

Please sign in to comment.