Skip to content

Commit

Permalink
Fix shadowed angle member in fill symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 13, 2023
1 parent ea84b6a commit db6627d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/symbology/qgsfillsymbollayer.h
Expand Up @@ -2222,8 +2222,6 @@ class CORE_EXPORT QgsPointPatternFillSymbolLayer: public QgsImageFillSymbolLayer
QgsMapUnitScale mRandomDeviationYMapUnitScale;
unsigned long mSeed = 0;

double mAngle = 0;

void applyDataDefinedSettings( QgsSymbolRenderContext &context ) override;

private:
Expand Down

0 comments on commit db6627d

Please sign in to comment.