https://bugs.kde.org/show_bug.cgi?id=479891

--- Comment #59 from Ilya Fedin <fedin-ilja2...@ya.ru> ---
I also wonder whether int(devicePixelRatio) == devicePixelRatio check has to be
exactly that? The next integer scaling factor is 2x and I'm really doubt that
any difference between QtRendering and NativeRendering is visible with such
factor. qFuzzyCompare(qApp->devicePixelRatio(), qreal(1.0)) would make it work
on Wayland and will also be a better fit for multiscreen setups (such as when
the screen with highest DPR has integer DPR but there's still a screen with
fractional DPR)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to