Fix dimming of file icons in HiDPI environments
This issue is only visible with !118 (merged) merged. While file icons normally show up correctly then, dimmed icons still aren’t being drawn correctly. That’s because QPainter
considers pixmap.devicePixelRatio()
when painting, so the width and height being passed in are incorrect.
Before | After |
---|---|