Skip to content

Fix dimming of file icons in HiDPI environments

Wladimir Palant requested to merge palant/krusader:hidpi-dimming into master

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
before after

Merge request reports