Created new painter bug.

This commit is contained in:
2026-01-22 22:16:19 +01:00
parent ab4abd214e
commit 37fcc5e888
8 changed files with 110 additions and 150 deletions

View File

@@ -76,8 +76,7 @@ public:
const QColor& inactiveColor,
const QColor& bgColor) const;
static void drawSliderIndicator( QPainter* painter, QRect& groove );
static void paintSliderIndicator(QPainter* painter, const QRect& rect, double ratio );
};