Fixed slider painting, part I

This commit is contained in:
2026-03-29 16:35:58 +02:00
parent 2192910e8e
commit c8a088173f
4 changed files with 15 additions and 212 deletions

View File

@@ -28,9 +28,7 @@ public:
// helper functions
static QRect updateEditorRect( const QRect& rect);
static void paintSliderIndicator(QPainter* painter, const QRect& rect, double ratio );
static void paintSliderIndicator2(QPainter* painter, const QRect& rect, double ratio );
static void paintSliderIndicator(QPainter* painter, const QRect& rect, double ratio );
signals: