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

fix: only bezel frameless windows #23779

Merged
merged 1 commit into from
May 27, 2020
Merged

fix: only bezel frameless windows #23779

merged 1 commit into from
May 27, 2020

Conversation

codebytere
Copy link
Member

@codebytere codebytere commented May 26, 2020

Description of Change

Closes #23767.

Previously we set bezeled corners on all windows when setting vibrancy regardless of their framelessness, and we should only be doing this when the window is specified to be frameless.

Before:
Screen Shot 2020-05-26 at 12 34 51 PM

After:
Screen Shot 2020-05-26 at 12 34 44 PM

cc @ckerr @jkleinsc @zcbenz

Checklist

Release Notes

Notes: Fixed a bezeling issue on vibrant non-frameless BrowserWindows.

@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label May 26, 2020
Copy link

@leolabs leolabs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That looks like a good fix for the problem. Can confirm that this does the trick :)

@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label May 27, 2020
@codebytere codebytere merged commit 5d88d0e into master May 27, 2020
@release-clerk
Copy link

release-clerk bot commented May 27, 2020

Release Notes Persisted

Fixed a bezeling issue on vibrant non-frameless BrowserWindows.

@codebytere codebytere deleted the fix-weird-bezel branch May 27, 2020 21:07
@trop
Copy link
Contributor

trop bot commented May 27, 2020

I have automatically backported this PR to "10-x-y", please check out #23809

@trop trop bot removed the target/10-x-y label May 27, 2020
@trop
Copy link
Contributor

trop bot commented May 27, 2020

I have automatically backported this PR to "9-x-y", please check out #23810

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

electron 9.0.0 browser window vibrancy
5 participants