Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.15.2, 6.2.2
-
None
Description
Text underlines rendering is broken on fractional screen's scale factors when Software graphics backend is used
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) QQuickWindow::setSceneGraphBackend(QSGRendererInterface::Software); #else QQuickWindow::setGraphicsApi(QSGRendererInterface::Software); #endif
Reproduced at least on 125% screen's scale factor.
See attached simple example.
Attachments
Issue Links
- relates to
-
QTBUG-96465 Text's underline thickness is unstable on fractional screen's scale factors
- Open