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

--- Comment #37 from Nate Graham <n...@kde.org> ---
Minimum reproducible case for me:

import QtQuick

ListView {
    width: 200
    height: 400

    model: 50

    delegate: Text {
        text: "I might be misaligned"
        renderType: Text.NativeRendering
    }
}

Scroll on that while it's located on a screen with fractional scaling, and the
issue will quickly show up.

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

Reply via email to