D28725: Drop QWindow and explicit devicePixelRatio usage for ComboBox

2020-04-14 Thread Kai Uwe Broulik
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

D28725: Drop QWindow and explicit devicePixelRatio usage for ComboBox

2020-04-10 Thread David Edmundson
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

D28725: Drop QWindow and explicit devicePixelRatio usage for ComboBox

2020-04-10 Thread Kai Uwe Broulik
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.