Fixed slider painting, part I
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user