https://bugs.kde.org/show_bug.cgi?id=465790
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/01fd54d7538a | |1b8a9c954645142af699284d01d | |5 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #10 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 01fd54d7538a1b8a9c954645142af699284d01d5 by David Edmundson. Committed on 21/02/2023 at 11:07. Pushed by davidedmundson into branch 'master'. Aurorae: Add dummy window for working device pixel ratio Aurorae uses a QQuickWindow that receives an implicit scale through the QPA. Unfortunately there's a known quirk with device pixel ratio not being followed when offscreen surfaces are never shown and an independent render control is used. Without this QQuickRenderControl::grab ends up using a buffer the size of the window * dpr, but with the contents rendered at 1x in the corner along with incorrect device pixel ratio information. This patch copies a used solution from EffectQuickView. This can be resolved more neatly with newer Qt. Related: bug 452730 M +13 -1 src/plugins/kdecorations/aurorae/src/aurorae.cpp M +1 -0 src/plugins/kdecorations/aurorae/src/aurorae.h https://invent.kde.org/plasma/kwin/commit/01fd54d7538a1b8a9c954645142af699284d01d5 -- You are receiving this mail because: You are watching all bug changes.