[PR #13090] [MERGED] Fix various issues with useBackgroundImageForWindow #29374

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13090
Author: @lhecker
Created: 5/12/2022
Status: Merged
Merged: 5/12/2022
Merged by: @undefined

Base: mainHead: dev/lhecker/13002-use-bg-for-window


📝 Commits (1)

  • 75245fa Fix various issues with useBackgroundImageForWindow

📊 Changes

6 files changed (+32 additions, -11 deletions)

View changed files

📝 src/cascadia/TerminalApp/TerminalPage.cpp (+4 -3)
📝 src/cascadia/TerminalControl/TermControl.cpp (+1 -1)
📝 src/cascadia/TerminalSettingsEditor/ProfileViewModel.cpp (+1 -1)
📝 src/cascadia/TerminalSettingsModel/TerminalSettings.cpp (+21 -6)
📝 src/cascadia/TerminalSettingsModel/TerminalSettings.h (+4 -0)
📝 src/cascadia/TerminalSettingsModel/TerminalSettings.idl (+1 -0)

📄 Description

Fixes the following issues:

  • desktopWallpaper not working
  • switching tabs/panes causes the background to flicker
  • settings preview having a transparent background

PR Checklist

Validation Steps Performed

Tested the 3 cases above.


🔄 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/13090 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 5/12/2022 **Status:** ✅ Merged **Merged:** 5/12/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/lhecker/13002-use-bg-for-window` --- ### 📝 Commits (1) - [`75245fa`](https://github.com/microsoft/terminal/commit/75245fabcfd9681d86a0cbfc79e824db5ea78565) Fix various issues with useBackgroundImageForWindow ### 📊 Changes **6 files changed** (+32 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+4 -3) 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+1 -1) 📝 `src/cascadia/TerminalSettingsEditor/ProfileViewModel.cpp` (+1 -1) 📝 `src/cascadia/TerminalSettingsModel/TerminalSettings.cpp` (+21 -6) 📝 `src/cascadia/TerminalSettingsModel/TerminalSettings.h` (+4 -0) 📝 `src/cascadia/TerminalSettingsModel/TerminalSettings.idl` (+1 -0) </details> ### 📄 Description Fixes the following issues: * `desktopWallpaper` not working * switching tabs/panes causes the background to flicker * settings preview having a transparent background ## PR Checklist * [x] Closes #13002 * [x] I work here * [x] Tests added/passed ## Validation Steps Performed Tested the 3 cases above. ✅ --- <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:34:31 +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#29374