-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ExtendClientAreaToDecorationsHint=True, ClientArea gets shifted to the left. #11411
Comments
Sorry about the noise in the emails about reopening the other issue, I'll put it here. Edit: After more testing without CanResize, it's mostly the left that's being thrown off after more testing. The Y seems to be okay. |
Also seems to happen when |
@maxkatz6 I'm no longer using |
Toggling the window decorations can cause the window to be moved off screen, causing integration test failures. Until this bug is fixed, detect this and move the window to the screen origin. See #11411.
Toggling the window decorations can cause the window to be moved off screen, causing integration test failures. Until this bug is fixed, detect this and move the window to the screen origin. See #11411.
Toggling the window decorations can cause the window to be moved off screen, causing integration test failures. Until this bug is fixed, detect this and move the window to the screen origin. See #11411.
Describe the bug
When the
ExtendClientAreaToDecorationsHint
is set toTrue
, it seems the Client Area gets shifted over to the left by a tiny bit. This is shown in the screenshots (I made a border white so you can see it clearer).To Reproduce
Set
ExtendClientAreaToDecorationsHint
toTrue
Expected behavior
The client area not to get shifted to the left (probably by the amount it saved by extending?)
Screenshots
Extend to Decorations True:
Extend to Decorations False:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: