Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.15.2, 6.5.2
-
None
-
-
2313dc937 (dev)
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
- Closed