Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.6.2, 6.7.0
-
None
-
Lubuntu 22.04
-
-
79dc0b6aa (tqtc/lts-6.5), 3195e3474 (dev), ede7d80b3 (6.7)
Description
How to reproduce:
1. Create simple application with QDockWidget.
2. Add saveState() and restoreState() calls.
3. Start application and close dock widget.
4. Close and start application.
Results.
QDockWidget became visible after application restart. QMainWindow::restoreState() does not restore it's state.
This bug affects Qt from 6.6 and 6.7 git branches. Example is attached.
Attachments
Issue Links
- is duplicated by
-
QTBUG-122069 [Reg 6.2 -> 6.5+] Minimizing + Restoring QMainWindow should not restore a hidden QDockWidget
- Closed