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 | |ma/kwin/commit/af66f39f1986 | |044cddcec4979efbaff38308380 | |c Status|REPORTED |RESOLVED Resolution|--- |FIXED --- Comment #8 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit af66f39f1986044cddcec4979efbaff38308380c by David Edmundson. Committed on 21/05/2021 at 11:26. Pushed by davidedmundson into branch 'master'. 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. M +3 -2 src/libkwineffects/kwineffectquickview.cpp M +25 -13 src/plugins/kdecorations/aurorae/src/aurorae.cpp https://invent.kde.org/plasma/kwin/commit/af66f39f1986044cddcec4979efbaff38308380c -- You are receiving this mail because: You are watching all bug changes.