[kde] [Bug 479891] Some text glyphs in QML software are vertically mis-aligned or squished when using a fractional scale factor

Ilya Fedin bugzilla_noreply at kde.org
Tue Oct 29 05:35:16 GMT 2024


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

Ilya Fedin <fedin-ilja2010 at ya.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fedin-ilja2010 at ya.ru

--- Comment #53 from Ilya Fedin <fedin-ilja2010 at 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 the assignee for the bug.


More information about the Unassigned-bugs mailing list