https://bugs.kde.org/show_bug.cgi?id=479891
--- Comment #36 from Nate Graham <n...@kde.org> --- This is a Qt issue. Multiple patches have gone in recently that make this better: - https://github.com/qt/qtbase/commit/e7ddd490cf44ecd1c59b3798294ed2812fc5a940 (in 6.7.1) - https://github.com/qt/qtbase/commit/a5953d20e27ab73774058dd06ac514f9310a41e8 (in 6.8.0) ...But none fully fix it. Of note, this specific glitch only seems to affect QML labels using Text.NativeRendering. Switching to Text.QtRendering makes the issue go away — at the cost of introducing two new ones: blurrier text and excessive boldness at the topr or bottoms of all characters on a single line. Work and investigation are ongoing. -- You are receiving this mail because: You are watching all bug changes.