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

WinForms Bug - OnSizeChanged #513

Merged
merged 2 commits into from
Oct 15, 2014
Merged

Conversation

amaitland
Copy link
Member

Creates a unique PR that fixes a bug in the WinForms control when running in a tabbed environment.

With running the browser in tabs, sometimes the dimensions go askew when updating the size on OnSizeChanged, so doing it OnPaint (which is actually called fewer times and is potentially more efficient).

@amaitland
Copy link
Member Author

This is cherry picked from #510

@jornh
Copy link
Contributor

jornh commented Oct 15, 2014

Minimal and understandable. Looks good to me!

Please self-merge when you want to... 😄

@amaitland amaitland added the cef3 label Oct 15, 2014
@amaitland amaitland added this to the 33.0.1 milestone Oct 15, 2014
amaitland added a commit that referenced this pull request Oct 15, 2014
@amaitland amaitland merged commit 52b06c4 into cefsharp:master Oct 15, 2014
@amaitland amaitland deleted the bug/onsizechanged branch October 15, 2014 05:34
@jornh
Copy link
Contributor

jornh commented Oct 17, 2014

This also seems to resolve #511

@jornh jornh mentioned this pull request Oct 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants