Skip to content
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 acrylic brush flash/fade on new tab creation. #1092

Merged
merged 2 commits into from
Jun 4, 2019
Merged

Fix acrylic brush flash/fade on new tab creation. #1092

merged 2 commits into from
Jun 4, 2019

Conversation

d-bingham
Copy link
Contributor

Summary of the Pull Request

Fixes #1082 -- #853's fix of the acrylic background's flash/fade on any settings change managed to cause a flash/fade on new tab creation. This change removed both flash/fades.

References

PR Checklist

Detailed Description of the Pull Request / Additional comments

#853 split background brush initialization from background color changes; due to the brush being constructed with a default color and then the color being initialized later, new tabs were getting the flash/fade that accompanies a re-focused fluent-style acrylic background. This PR initializes the acrylic color at brush initialization to avoid the problem.

@d-bingham d-bingham changed the title Fixes acrylic brush flash/fade on new tab creation. Fix acrylic brush flash/fade on new tab creation. Jun 1, 2019
Copy link
Member

@zadjii-msft zadjii-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor suggestion, but otherwise good :)

src/cascadia/TerminalControl/TermControl.cpp Outdated Show resolved Hide resolved
Co-Authored-By: Mike Griese <migrie@microsoft.com>
@miniksa miniksa merged commit 5d96ebc into microsoft:master Jun 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug Report - Terminal flashes significantly on New Tab and may trigger visual impairments
3 participants