-
Notifications
You must be signed in to change notification settings - Fork 750
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(shape): Stroke update not triggering re-render #7917
Conversation
needs a test |
aba7d4f
to
cbb66d1
Compare
src/SamplesApp/UITests.Shared/Windows_UI_Xaml_Shapes/Shape_StrokeTest.xaml.cs
Outdated
Show resolved
Hide resolved
src/SamplesApp/UITests.Shared/Windows_UI_Xaml_Shapes/Shape_StrokeTest.xaml.cs
Outdated
Show resolved
Hide resolved
9a3e2a4
to
95a9610
Compare
95a9610
to
de37c27
Compare
The build 40406 found UI Test snapshots differences: Details
|
GitHub Issue (If applicable): closes #7097
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Shape.Stroke
update not triggering re-render of theShape
.What is the new behavior?
Shape.Stroke
update will cause theShape
to re-render.PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.Other information
re: unoplatform/private#239