Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.5.0
-
Windows 7
-
5f00d18ad34979f57d6c17770ee9df5a2acb93e6 (qtbase/5.6, 1.12.2015, 5.6)
Description
When calling showNormal() then depending on the show calls before it, it might not restore the window. For example, if you do:
w.show(); w.showMaximized(); w.showMinimized(); w.showNormal();
then it will end up being maximized, instead as what might be expected which is for it to be shown as a restored window. If the showMinimized() call is commented out then it behaves as expected.
Qt | Windows | XCB |
---|---|---|
4 | minimized | normal |
5 | maximized | minimized |
Attachments
Issue Links
- relates to
-
QTBUG-49709 When going from Maximized to FullScreen then calling showNormal(), the window is not back to the maximized state
-
- Closed
-