[PR #1092] [MERGED] Fix acrylic brush flash/fade on new tab creation. #24477

Open
opened 2026-01-31 09:03:32 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/1092
Author: @d-bingham
Created: 6/1/2019
Status: Merged
Merged: 6/4/2019
Merged by: @miniksa

Base: masterHead: fix-acrylic-flash


📝 Commits (2)

  • 16a7cac Fixes acrylic brush flash/fade on new tab creation.
  • 5decbed Update src/cascadia/TerminalControl/TermControl.cpp

📊 Changes

1 file changed (+14 additions, -2 deletions)

View changed files

📝 src/cascadia/TerminalControl/TermControl.cpp (+14 -2)

📄 Description

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

  • Closes Resize reflow tests (#1082)
  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed
  • Requires documentation to be updated
  • I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #1082

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/1092 **Author:** [@d-bingham](https://github.com/d-bingham) **Created:** 6/1/2019 **Status:** ✅ Merged **Merged:** 6/4/2019 **Merged by:** [@miniksa](https://github.com/miniksa) **Base:** `master` ← **Head:** `fix-acrylic-flash` --- ### 📝 Commits (2) - [`16a7cac`](https://github.com/microsoft/terminal/commit/16a7cac2248ef9f09757c424f3e17b312387b207) Fixes acrylic brush flash/fade on new tab creation. - [`5decbed`](https://github.com/microsoft/terminal/commit/5decbedbc71c85af33dd72a25a97cbdd01d65f12) Update src/cascadia/TerminalControl/TermControl.cpp ### 📊 Changes **1 file changed** (+14 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+14 -2) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## 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. <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Closes #1082 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Requires documentation to be updated * [x] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #1082 <!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here --> ## 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:03:32 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24477