Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P5: Not important
-
Resolution: Done
-
Affects Version/s: 4.8.6
-
Fix Version/s: 4.8.7
-
Component/s: QPA: Windows
-
Labels:
-
Commits:c7634050d9675006ceb4dd0c17846d18ec0f24c5
Description
According to documentation:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms633518%28v=vs.85%29.aspx
Before calling GetWindowPlacement, set the length member to sizeof(WINDOWPLACEMENT). GetWindowPlacement fails if lpwndpl-> length is not set correctly.
In Qt 4.x, this is uninitialized in QWidgetPrivate::setGeometry_sys()