-
-
Notifications
You must be signed in to change notification settings - Fork 440
Update and Repaint on resize. #1979
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
Conversation
|
This has been added to the Working Group Meeting agenda so that we can ratify API changes. Realistically this is minimal, but there are other API changes we have to discuss that we can sweep this under. No date set yet, I have one more proposal to write before we can set one, but hopefully it shouldn't be too long. |
Resize.mp4 |
Perksey
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pre-WG comments
143a7a3 to
f659aa0
Compare
Perksey
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a quick one your thoughts would be appreciated on...
… reentrancy into DoEvents.
…he base ViewImplementationBase class.
Perksey
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, thank you!
Summary of the PR
Repaint on resize/drag.
This does NOT automatically queue paint messages with a timer or the like, so the view still hangs as long as the mouse is held still.
Related issues, Discord discussions, or proposals
#241
Further Comments
I am not sure how (or if) to implement this for the SdlView.