experimental painting

This commit is contained in:
2026-01-24 17:50:23 +01:00
parent 7647b01d62
commit 1bb800f1e7
2 changed files with 8 additions and 1 deletions

View File

@@ -135,7 +135,7 @@ void BCValueDelegate::paint(QPainter *painter, const QStyleOptionViewItem& optio
paintButtonIndicator(painter, option, bcValue);
else
{
qDebug() << " ---WTF1: " <<option.rect;
BCValueEditor::paintSliderIndicator(painter, option.rect, bcValue.calcMinMaxRatio() );
}
}