[PR #9779] [MERGED] Trigger taskbar progress evaluation upon pane activation #27739

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9779
Author: @Don-Vito
Created: 4/12/2021
Status: Merged
Merged: 4/12/2021
Merged by: @undefined

Base: mainHead: 9743-fix-progress


📝 Commits (3)

  • 0b53db5 Move triggering of progress changed to pane activation
  • 1332245 Fix code style of control initialization
  • 836ae91 Restore the call to TaskbarProgressChanged in Focus

📊 Changes

1 file changed (+5 additions, -0 deletions)

View changed files

📝 src/cascadia/TerminalApp/TerminalTab.cpp (+5 -0)

📄 Description

Trigger TaskbarProgressChanged every time we switch between active panes
(to update the tab header if required).

Closes #9743


🔄 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/9779 **Author:** [@Don-Vito](https://github.com/Don-Vito) **Created:** 4/12/2021 **Status:** ✅ Merged **Merged:** 4/12/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `9743-fix-progress` --- ### 📝 Commits (3) - [`0b53db5`](https://github.com/microsoft/terminal/commit/0b53db5c7d43a832c41c84c0428d5d9e6dba3f49) Move triggering of progress changed to pane activation - [`1332245`](https://github.com/microsoft/terminal/commit/13322458a5f3c3af193c4108e1507d460017f6cd) Fix code style of control initialization - [`836ae91`](https://github.com/microsoft/terminal/commit/836ae911f3deff93406f3e238a9d6df8c7318cdc) Restore the call to TaskbarProgressChanged in Focus ### 📊 Changes **1 file changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/TerminalTab.cpp` (+5 -0) </details> ### 📄 Description Trigger TaskbarProgressChanged every time we switch between active panes (to update the tab header if required). Closes #9743 --- <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:23:56 +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#27739