Fix choice model.
This commit is contained in:
@@ -135,10 +135,9 @@ void XQItemDelegate::paint(QPainter* painter, const QStyleOptionViewItem& option
|
||||
return drawHeaderStyle( painter, option, item );
|
||||
|
||||
case XQItem::ComboBoxStyle :
|
||||
return drawComboBoxStyle( painter, option, item );
|
||||
return drawComboBoxStyle( painter, option, item );
|
||||
|
||||
case XQItem::ColorBarStyle :
|
||||
qDebug() << " --- JAJA: " << index.data().toString();
|
||||
return drawColorBarStyle( painter, option, item );
|
||||
/*
|
||||
case XQItem::SpinBoxStyle :
|
||||
|
Reference in New Issue
Block a user