Style updates.
This commit is contained in:
@@ -230,7 +230,7 @@ void BCAnimatedDelegate::paintSliderIndicator(QPainter* painter, const QStyleOpt
|
||||
{
|
||||
|
||||
const BCValue& valueX = *(_valueList[ index.row()].get());
|
||||
int value = 50;index.model()->data(index, Qt::DisplayRole).toInt();
|
||||
int value = 50;//index.model()->data(index, Qt::DisplayRole).toInt();
|
||||
|
||||
// Hintergrund
|
||||
if (option.state & QStyle::State_Selected)
|
||||
|
||||
Reference in New Issue
Block a user