Skip to content
  • David Edmundson's avatar
    Support High DPI Aurorae decorations · af66f39f
    David Edmundson authored
    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.
    
    BUG: 422342
    af66f39f