Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.0.0
-
None
Description
When method QWindow::winId() is called for the first time the QGuiApplicationPrivate::window_list is propagated with windows (widgets). Initially it holds only the main window. This behavior is common for all platforms. However, on Android it looks like it somehow spoils window repainting.
It can be observed on the attached movie. Before calling mentioned function the QGraphicsView is refreshed properly during scroll. After the call, the first repaint succeeds, but all the next do not. Clicking on a different UI element (checkbox) updates also QGraphicsView contents.
On Linux desktop works fine.
Attachments
Issue Links
- resulted from
-
QTBUG-63275 Android QScreen::grabWindow(0) & sample code Screenshot::shootScreen() fails on Android
-
- Closed
-