https://bugs.kde.org/show_bug.cgi?id=352653
--- Comment #5 from Hugo Pereira Da Costa <hugo.pere...@free.fr> --- (In reply to Kai Uwe Broulik from comment #4) > Hugo, could you perhaps have a look at this? It affects Breeze and Oxygen as > well as Windows 95 style but not the Qt Fusion style. QtQuick Controls > ComboBox uses PE_PanelItemViewRow in its ComboBox popup, perhaps we don't > style that thing properly? > > Relevant code: > qApp->style()->drawPrimitive(QStyle::PE_PanelItemViewRow, m_styleoption, > &pixpainter); > if ((style() == "mac" || > !qApp->style()->styleHint(QStyle::SH_ItemView_ShowDecorationSelected)) && > selected()) { > pal = QApplication::palette("QAbstractItemView"); > pal.setCurrentColorGroup(m_styleoption->palette.currentColorGroup()); > pixpainter.fillRect(m_styleoption->rect, pal.highlight()); > } Hi Kai, >From what I can understand, the code above is relevant for the selected item only, whereas the bug is for unselected ones. And in fact, comparing the correct and incorrect rendering, what seems to be the problem is the color used for the list "background". (possibly incorrect background role). Anyway, yes, I can try investigate a bit more (but it is likely _not_ in the code mentionned above. -- You are receiving this mail because: You are watching all bug changes.