Skip to content

decoration: Paint border correctly when a device pixel ratio is set

David Edmundson requested to merge work/d_ed/shadow_dpr into master

The current code uses QImage::rect() which is a value in device pixels. We want to be using the logical size for all painting.

Merge request reports