This revision was automatically updated to reflect the committed changes.
Closed by commit R31:0eaf762705d8: Drop QWindow and explicit devicePixelRatio
usage for ComboBox (authored by broulik).
REPOSITORY
R31 Breeze
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D28725?vs=79773&id=800
davidedmundson accepted this revision.
davidedmundson added inline comments.
INLINE COMMENTS
> breezestyle.cpp:4474
> painter->fillRect(iconRect,
> option->palette.brush(QPalette::Base));
> proxy()->drawItemPixmap(painter, iconRect, Qt::AlignCenter,
> pixma
broulik created this revision.
broulik added reviewers: Plasma, davidre, hpereiradacosta.
Herald added a project: Plasma.
Herald added a subscriber: plasma-devel.
broulik requested review of this revision.
REVISION SUMMARY
It's not done anywhere and breaks rendering the `ComboBox` on high dpi.