https://bugs.kde.org/show_bug.cgi?id=422342
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/commit/af66f39f1986 |ma/kwin/commit/dbb678cca796 |044cddcec4979efbaff38308380 |dd14738ab904bf106466d8bcbd2 |c |2 --- Comment #9 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit dbb678cca796dd14738ab904bf106466d8bcbd22 by David Edmundson. Committed on 21/05/2021 at 11:31. Pushed by davidedmundson into branch 'Plasma/5.22'. Support High DPI Aurorae decorations With high DPI we can't use the image size as a logical size directly. The other change is use of QPainter::drawImage(QRect target, QImage image, QRect source) This slightly confusing method uses logical pixels for the target, but the source rect is in native pixels of the source. (cherry picked from commit af66f39f1986044cddcec4979efbaff38308380c) M +3 -2 src/libkwineffects/kwineffectquickview.cpp M +25 -13 src/plugins/kdecorations/aurorae/src/aurorae.cpp https://invent.kde.org/plasma/kwin/commit/dbb678cca796dd14738ab904bf106466d8bcbd22 -- You are receiving this mail because: You are watching all bug changes.