https://bugs.kde.org/show_bug.cgi?id=413617
Kai Uwe Broulik <k...@privat.broulik.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@privat.broulik.de Resolution|--- |DOWNSTREAM Status|REPORTED |RESOLVED --- Comment #1 from Kai Uwe Broulik <k...@privat.broulik.de> --- Crashes in the Adwaita Qt style accessing widget which there is none in QtQuick. Please report a bug against Adwaita Qt. The reason it crashes only here is because the Colors KCM is the only one using an icon on a QtQuick Controls 2 ComboBox, everywhere else it's only text: bool Style::drawComboBoxLabelControl(const QStyleOption *option, QPainter *painter, const QWidget *widget) const { [...] if (!cb->currentIcon.isNull()) { [...] QPixmap pixmap = cb->currentIcon.pixmap(widget->windowHandle(), cb->iconSize, mode); -- You are receiving this mail because: You are watching all bug changes.