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

chore: fix BrowserView painting when origin updated #34581

Merged
merged 1 commit into from Jun 20, 2022
Merged

Conversation

codebytere
Copy link
Member

Description of Change

Closes #34580.

Fixes an issue where changes to bounds that changed the origin and not the width or height did not consistently result in repaints.

Tested with https://gist.github.com/de7bb5f18826338729e03441da70e102.

Checklist

Release Notes

Notes: Fixed an issue where BrowserViews didn't always visually update after call to setBounds

@codebytere codebytere added semver/patch backwards-compatible bug fixes target/18-x-y labels Jun 15, 2022
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Jun 15, 2022
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Jun 16, 2022
@zcbenz zcbenz merged commit e2f42e5 into main Jun 20, 2022
@zcbenz zcbenz deleted the fix-paint-updating branch June 20, 2022 04:31
@release-clerk
Copy link

release-clerk bot commented Jun 20, 2022

Release Notes Persisted

Fixed an issue where BrowserViews didn't always visually update after call to setBounds

@trop
Copy link
Contributor

trop bot commented Jun 20, 2022

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

@trop
Copy link
Contributor

trop bot commented Jun 20, 2022

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

@trop
Copy link
Contributor

trop bot commented Jun 20, 2022

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

khalwa pushed a commit to solarwindscloud/electron that referenced this pull request Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: BrowserView doesn't always repaint after call to setBounds
2 participants