-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fix HeadlessWindowImpl.Position does not persist new value #17103
Conversation
You can test this PR using the following package version. |
|
Thanks! |
@cla-avalonia agree |
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.
Thank you!
Ah, approved before checking CI. |
The test failures are real. The new test needs a @maxkatz6 shouldn't we call |
@MrJul it would make sense, yes. |
Done for NUnit in #17140. |
You can test this PR using the following package version. |
What does the pull request do?
Fixes #17071.
What is the current behavior?
When I assert the Position of the after I have set it, it always returns (0, 0).
What is the updated/expected behavior with this PR?
Now Position of the Window persist new value.
Breaking changes
Implementation of the HeadlessWindowImpl.Move method.