-
Notifications
You must be signed in to change notification settings - Fork 695
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
Fixes #2358 - BREAKING CHANGE: Pos.Combine is incorrect for scenarios involving PosAbsolute. #2385
Conversation
… not reproduce (gui-cs#2332)" This reverts commit c85ff95.
…) does not reproduce (gui-cs#2332)" committed twice on 6bb90ed and 28d7be7
…s not needed because they already overridden the ToString method.
… GetNeedDisplay and fixing some typo.
Oh my god that was terrible. I wonder to know what was causing so many breaks. I'm certain that may have another issues but not easy to find. We will fixing as they are discovered. |
@tig please see this. Running separated doesn't throws exceptions.
|
This is fixed in my PR: BDisp#134 with this: |
Fixes merge issues?
@tig I already finished this PR. The cause of Scrolling scenario is also fixed. Thanks for your merge conflicts fix by submitting the PR. I would like to explain about the Toplevel.Redraw. I did the prior changes because the |
@tig the |
I recommend you do not spend any more time on Border for v2. It will all be negated by the new |
@tig I know it's already been negated by the new |
Do you mean what you're working on is adding the ability to set |
Yes it's that. |
I think I understand you, but to make sure, please verify that you understand that the definition of |
Yes I know that are wrong on v1 but with the fixes I'm working on it looks likes identical to your changes. You achieve your changes by adding a view for each element and the
I know you already said that before. I really don't absolute agree with your decision if the new |
Another idea is creating a |
Fixes #2358 - This a set of commits on tig#10. The redraw button behavior doesn't occurs anymore.
Pull Request checklist:
CTRL-K-D
to automatically reformat your files before committing.dotnet test
before commit///
style comments)