https://bugs.kde.org/show_bug.cgi?id=466465
--- Comment #6 from Wladimir Palant <psb...@palant.de> --- Further investigation showed that QItemDelegate will correctly consider devicePixelRatio when drawing a QIcon decoration but not when drawing a QPixmap. Krusader converts the former to the latter in order to dim icons, converting back makes the issue disappear. There are probably more glitches left however, seeing how Krusader uses icon.width() and icon.height() when it should probably be using icon.deviceIndependentSize() instead. -- You are receiving this mail because: You are watching all bug changes.