| Summary: | settings crashed when selecting colors | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Peter <peterthecoder> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | crash | CC: | guiverc, kde |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.16.5 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Peter
2019-10-30 04:37:11 UTC
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);
*** Bug 413761 has been marked as a duplicate of this bug. *** |