Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows QPA: Make frameless window respect WORKAREA
Windows that have only set the WS_POPUP style do not take the WORKAREA into account and maximize to fullscreen geometry. This patch maximizes a WS_POPUP window to the size of the current working area, which can be smaller than the screen geometry. Fixes: QTBUG-129791 Fixes: QTBUG-130865 Pick-to: 6.5 Change-Id: I4c5beb0cd69c7ea4c585785a579a9d66bab12cc6 Reviewed-by: Oliver Wolff <[email protected]> (cherry picked from commit 90be660) Reviewed-by: Qt Cherry-pick Bot <[email protected]>
- Loading branch information