Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.1
-
iMx8mplus
Description
Initializing platform plugin seems to be clearing the screen. This means if any splash screen was set during the boot process, starting up the application will clear the screen until the application has properly started and a window becomes visible. This does not look good.
It could be reproduced with simply:
int main(int argc, char** argv) { QGuiApplication app(argc, argv); app.exec(); }