[PR #11447] [MERGED] Fix layering issues with CascadiaSettings::_createNewProfile #28586

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11447
Author: @lhecker
Created: 10/6/2021
Status: ✅ Merged
Merged: 10/7/2021
Merged by: @undefined

Base: main ← Head: dev/lhecker/11392-fix-layering


📝 Commits (1)

  • 47466d3 Fix layering issues with CascadiaSettings::_createNewProfile

📊 Changes

3 files changed (+27 additions, -8 deletions)

View changed files

📝 src/cascadia/LocalTests_SettingsModel/ProfileTests.cpp (+18 -8)
📝 src/cascadia/TerminalSettingsModel/CascadiaSettings.cpp (+8 -0)
📝 src/cascadia/TerminalSettingsModel/CascadiaSettingsSerialization.cpp (+1 -0)

📄 Description

CascadiaSettings::_createNewProfile failed to call _FinalizeInheritance.
This commits fixes the issue and adds a stern warning for future me.

PR Checklist

Validation Steps Performed

  • Open settings UI
  • Modify font size in base layer
  • Don't save
  • Duplicate any profile with default font size
  • Ensure the duplicated profile shows the modified base layer font size ✔️

🔄 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/11447 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 10/6/2021 **Status:** ✅ Merged **Merged:** 10/7/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/lhecker/11392-fix-layering` --- ### 📝 Commits (1) - [`47466d3`](https://github.com/microsoft/terminal/commit/47466d39423c3bcd057eeb3b19c061104b7f4909) Fix layering issues with CascadiaSettings::_createNewProfile ### 📊 Changes **3 files changed** (+27 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/LocalTests_SettingsModel/ProfileTests.cpp` (+18 -8) 📝 `src/cascadia/TerminalSettingsModel/CascadiaSettings.cpp` (+8 -0) 📝 `src/cascadia/TerminalSettingsModel/CascadiaSettingsSerialization.cpp` (+1 -0) </details> ### 📄 Description `CascadiaSettings::_createNewProfile` failed to call `_FinalizeInheritance`. This commits fixes the issue and adds a stern warning for future me. ## PR Checklist * [x] Closes #11392 * [x] I work here * [x] Tests added/passed ## Validation Steps Performed * Open settings UI * Modify font size in base layer * _Don't_ save * Duplicate any profile with default font size * Ensure the duplicated profile shows the modified base layer font size ✔️ --- <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:29:27 +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#28586