Skip to content
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

[v15] Ignores resizes when a desktop has screen_size set #41241

Merged
merged 1 commit into from
May 6, 2024

Conversation

ibeckermayer
Copy link
Contributor

@ibeckermayer ibeckermayer commented May 6, 2024

Backports #41198 to branch/v15

changelog: Fixed screen_size behavior for Windows Desktops, which was being overridden by the new resize feature.

* Ignores resizes when a desktop has `screen_size` set

`screen_size` is meant to be a static override of the screen size,
however this property was mistakenly lost when
#39819 was merged.

This commit restores the behavior of `screen_size` by ignoring resizes
when it is set.

* hasSizeOverride and //nolint
@ibeckermayer ibeckermayer added this pull request to the merge queue May 6, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 6, 2024
@ibeckermayer ibeckermayer added this pull request to the merge queue May 6, 2024
Merged via the queue into branch/v15 with commit 84cc780 May 6, 2024
43 of 44 checks passed
@ibeckermayer ibeckermayer deleted the isaiah/backport-41198-branch/v15 branch May 6, 2024 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants