https://bugs.kde.org/show_bug.cgi?id=479891
Ilya Fedin <fedin-ilja2...@ya.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedin-ilja2...@ya.ru --- Comment #53 from Ilya Fedin <fedin-ilja2...@ya.ru> --- Looks like the bug happens because this check misbehaves on Wayland: https://invent.kde.org/frameworks/qqc2-desktop-style/-/blob/master/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp#L53-59 On X11, QScreen properly reports fractional scale factors while on Wayland they report only integer scale factors so qGuiApp->devicePixelRatio() reports the integer one, too. And the fractional one could be retrieved only from QWindow. Also, the link in the code seem to be quite outdated, the bug is still here but tracked by https://bugreports.qt.io/browse/QTBUG-122830 now. -- You are receiving this mail because: You are watching all bug changes.