Details
-
Bug
-
Resolution: Done
-
P4: Low
-
5.6.0
-
None
-
Ubuntu, Windows
-
a02959bb5b43a3f9d881e5213ceedf535202b6a1
Description
Initial
windowState = {Qt::WindowMaximized}
Adding Qt::WindowFullScreen to windowState :
setWindowState(this->windowState() | Qt::WindowFullScreen);
And then removing it :
setWindowState(this->windowState() & ~Qt::WindowFullScreen);
Causes Maximized flag to dissapear :
windowState = {Qt::WindowNoState}
Attachments
Issue Links
- relates to
-
QTBUG-52616 #showMinimized() breaks restoring to fullscreen window
-
- Closed
-