-
Notifications
You must be signed in to change notification settings - Fork 29.7k
let ListWheelViewport composite again #33070
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
|
@jason-simmons I tried turning compositing back on for this widget re:#14224 but after I did so, all the pixels in the golden kinda shifted a little bit (best visible via onion skin diffing: Is this expected? |
yjbanov
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.
LGTM if we think that pixel shifting is expected and acceptable.
|
The fix here LGTM. In general, |
|
@xster the small shift is expected: without |
|
Cool, thanks for the info |
|
Hey @xster, are you still working on this PR? If not, can you close it to get it off the PR backlog? |
|
Oh @LongCatIsLooong did it in #47837. Win! |
Description
Last step in #14224 now that the upstream issue is fixed
Related Issues
Fixes #14224
Tests
This is only really testable via golden which already exists for the list wheel viewport.
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change
Does your PR require Flutter developers to manually update their apps to accommodate your change?