fixed toggle section

This commit is contained in:
2025-09-08 22:58:52 +02:00
parent 95b7b026ff
commit 809ef10c0d
5 changed files with 10 additions and 20 deletions

View File

@@ -92,18 +92,16 @@ void XQItemDelegate::paint(QPainter* painter, const QStyleOptionViewItem& option
case XQItem::ComboBoxStyle :
return drawComboBoxStyle( painter, option, index );
/*
case XQItem::SpinBoxStyle :
return drawSpinBoxStyle( painter, option, index );
case XQItem::ProgressBarStyle :
return drawProgressBarStyle( painter, option, index );
*/
case XQItem::HiddenStyle :
return;
default:
break;
} // switch