#5174 Paint non-filled plot symbols with curve color rather than edge color

This commit is contained in:
Gaute Lindkvist
2019-12-04 09:37:41 +01:00
parent 28a0a3ad06
commit f795dfcf11
4 changed files with 27 additions and 15 deletions

View File

@@ -72,6 +72,8 @@ public:
static PointSymbolEnum cycledSymbolStyle( int indexLevel1, int indexLevel2 );
static PointSymbolEnum cycledSymbolStyle( int indexLevel );
static bool isFilledSymbol( PointSymbolEnum symbol );
private:
QRect labelBoundingRect( const QPainter* painter, const QRect& symbolRect, const QString& label ) const;