Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
6.1.0
-
None
Description
Steps to reproduce:
- Download and build the attached project ModalsTest.zip
- Run it
- Click the button "Open". A modal dialog appears.
When the dialog becomes visible the main window becomes gray.
Expected: the main window should not change its appearance.
If you comment line 13 in file main.cpp:
{{ QQuickWindow::setGraphicsApi(QSGRendererInterface::OpenGLRhi);}}
then this bug will stop reproducing.
You can see this bug reproduction in the attached video.
Attachments
Issue Links
- relates to
-
QTBUG-96405 setGraphicsApi :OpenGLRhi. QML application resizing flickers and is sometimes blank
- Closed