-
Notifications
You must be signed in to change notification settings - Fork 103
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
Live scale changes #3583
Live scale changes #3583
Conversation
fe841d3
to
6c71e63
Compare
@tarek-y-ismail your time is better spend reviewing things that are "ready for review". (This is "draft" for a reason: it breaks stuff - currently "leave" notifications.) |
No worries, I was just curious and thankfully the PR was small so it didn't take much time to read through. It definitely revealed stuff that I didn't think about before when first implementing fractional scaling :) |
6c71e63
to
6f0ee2a
Compare
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.
Looks good and works as expected. I've made a few suggestions, mostly to ensure consistency with the use of east const. I would also recommend adding const
where applicable (e.g. fractional_scale
).
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
Surfaces need to track scale changes on outputs they appear on
Fixes: #3552
(Reviewers note: this depends on #3586)