Skip to content

Support High DPI Aurorae decorations

David Edmundson requested to merge work/aurorae_native into master

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.

Merge request reports

Loading