https://bugs.kde.org/show_bug.cgi?id=406770
--- Comment #1 from Bo Simonsen <b...@geekworld.dk> --- This will probably fix it, but not provide antialiasing for hidpi displays: - paint.setRenderHint(QPainter::Antialiasing, _antialiasText); + if(qApp->devicePixelRatio() == 1.0) { + paint.setRenderHint(QPainter::Antialiasing, _antialiasText); + } But could be nice with a real fix. -- You are receiving this mail because: You are watching all bug changes.