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

Nate Graham <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |UPSTREAM
                 CC|                            |[email protected]
             Status|REPORTED                    |RESOLVED

--- Comment #1 from Nate Graham <[email protected]> ---
Can reproduce with a basic QQC2.TextField using the Material style too. That
means it's a Qt regression. 

Can you submit a Qt bug report about this? Here's sample code they can use to
reproduce the issue:

```
import QtQuick
import QtQuick.Controls as QQC2

Item {
    width: 200
    height: 200

    QQC2.TextField {
        anchors.centerIn: parent
    }
}
```

Running `QT_QUICK_CONTROLS_STYLE=Material qmlscene-qt6 [path to a file
containing that code]` shows the issue.

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

Reply via email to