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

@@ -147,7 +147,7 @@ void BCValueDelegate::paintPlainSliderIndicator(QPainter* painter, const QRect&
{
QRect sliderRect = BCValueSlider::updateEditorRect( rect );
qDebug() << " --- Paint SLIDER ";
BCValueSlider::paintSliderIndicator2(painter, sliderRect, ratio );
BCValueSlider::paintSliderIndicator(painter, sliderRect, ratio );
}
void BCValueDelegate::paintHighlightRow(QPainter* painter, const QStyleOptionViewItem& option, int row) const