Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.2
-
None
-
-
Windows
Description
Create a QQuickWindow window with flags Qt.Window | Qt.FramelessWindowHint. Steps to reproduce the problem:
1. Maximise window (setWindowStates(windowState() | Qt::WindowMaximized))
2. Minimize window (setWindowStates(windowState() | Qt::WindowMinimized))
3. Press app Icon on taskbar, the window is restored in Qt::WindowNoState, with the previous(maximised) width and height, while it has to be restored into Qt::WindowMaximized.
Note: The problem is reproduced only on screens with visible taskbar , if no taskbar on the screen, the correct state is also restored.