-
Notifications
You must be signed in to change notification settings - Fork 696
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
Long-standing repaint-flicker issue. #3408
Comments
ClearWhenVisibleFalse
was in play.
That's true, it's really frustrating. I have also analyzed the cause and I am almost certain that it is necessary to limit the drawing of decorations to their thickness. It could also be someone from Label at Border who is cleaning outside of his area. |
Note that in #3323, someone has to directly set The only code still in the library (outside of Based on this, I'm skeptical it has to do with someone clearing outside of their Viewport. |
I have already made the changes to use an array of Rectangles and the same problem continues to persist. |
I don't think an array of Rectangles is the right approach. I think we want to build the next-gen clipping support on a https://learn.microsoft.com/en-us/dotnet/api/system.drawing.region?view=dotnet-plat-ext-8.0 Or, is a clone of it. So, unless you built your experiment on |
By chance I noticed the |
There have been long-standing repaint-flicker issues in the libarary. At one point I hoped I fixed them all with a fix to how
ClearWhenVisibleFalse
was in play.However, I did something in this #3323 that has caused the problem to re-appear. I've spent HOURs trying to track it down unsuccessfully.
Here I held down Ctrl-G to repro:
Originally posted by @tig in #3323 (comment)
See the above thread for a bunch of discussion between @BDisp and I on possible causes... None seem to explain it.
The text was updated successfully, but these errors were encountered: