Skip to content

Simplify drawing of Stamp annotations and respect hiDPI

  • Completely remove changeImageAlpha(), instead of adding doxygen to it. QPainter can do it better today. Difference: 1lsb rounding error.
  • Don’t hide dInnerRect by an identical dInnerRect.
  • Describe what innerRect is.
  • Request Stamp pixmaps of bigger size, minimally better rendering at hiDPI:

Stamp_dpr

(after/before)

  • Problem: Requesting “text stamp” pixmaps from GuiUtils::loadStamp() is really expensive. :(
Edited by Laura David Hurka

Merge request reports