https://bugs.kde.org/show_bug.cgi?id=450246
--- Comment #4 from Vlad Zahorodnii <[email protected]> --- (In reply to postix from comment #2) > Just noticed the same behavior with parts of Systemsettings like on the > "Home" or "Users" kcm page. Thus moving it to KWin. Unfortunately, it's a QQuickWidget bug. I did some debugging and QtQuick uses QOpenGLContext::screen() to get text scale factor. Unfortunately, that screen can be wrong sometimes. This issue should be fixed in Qt 6, I tried to fix it in Qt 5, but the handling of the screen in opengl context is tricky. -- You are receiving this mail because: You are watching all bug changes.
