-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Disable acrylic material (temporarily) when opacity is set to 100% #14193
Conversation
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 to me. Thanks!
Hello @carlos-zamora! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
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.
(Noted)
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.
thanks so much!
…14193) If the opacity is set to 100%, the background becomes solid instead of 'fully opaque acrylic'. If the opacity is below 100% the acrylic material is re-enabled (depending on the user's settings). ## Validation Steps Performed I updated two unit tests to reflect the change in behavior and manually tested the transition from <100% opacity to 100% opacity (and vice versa) on win11. Steps: 1. Start with 100% opacity and acrylic material enabled. 2. Decrease opacity and observe acrylic effect. 3. Increase opacity back to 100% and disable the acrylic effect. 4. Decrease opacity and notice that acrylic effect is no longer there. Closes #12880 (cherry picked from commit 8ea3cb9) Service-Card-Id: 86444093 Service-Version: 1.16
…14193) If the opacity is set to 100%, the background becomes solid instead of 'fully opaque acrylic'. If the opacity is below 100% the acrylic material is re-enabled (depending on the user's settings). ## Validation Steps Performed I updated two unit tests to reflect the change in behavior and manually tested the transition from <100% opacity to 100% opacity (and vice versa) on win11. Steps: 1. Start with 100% opacity and acrylic material enabled. 2. Decrease opacity and observe acrylic effect. 3. Increase opacity back to 100% and disable the acrylic effect. 4. Decrease opacity and notice that acrylic effect is no longer there. Closes #12880 (cherry picked from commit 8ea3cb9) Service-Card-Id: 87207675 Service-Version: 1.15
🎉 Handy links: |
🎉 Handy links: |
If the opacity is set to 100%, the background becomes solid instead of 'fully opaque acrylic'. If the opacity is below 100% the acrylic material is re-enabled (depending on the user's settings).
Validation Steps Performed
I updated two unit tests to reflect the change in behavior and manually tested the transition from <100% opacity to 100% opacity (and vice versa) on win11.
Steps:
Closes #12880