[PR #10856] [MERGED] Fix font changes not resizing _invalidMap #28268

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/10856
Author: @lhecker
Created: 8/2/2021
Status: Merged
Merged: 8/2/2021
Merged by: @undefined

Base: mainHead: dev/lhecker/fix-10855


📝 Commits (2)

  • 7d61cea Fix font changes not resizing _invalidMap
  • 10eee4d Fix linter & Remove duplicate code

📊 Changes

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

View changed files

📝 src/renderer/dx/DxRenderer.cpp (+6 -5)

📄 Description

The _invalidMap size is dependent on both clientSize as well
as glyphCellSize and must be resized when either changes.

PR Checklist

Validation Steps Performed

  • Changing font size with Ctrl+Mousewheel in fullscreen works ✔️

🔄 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/10856 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 8/2/2021 **Status:** ✅ Merged **Merged:** 8/2/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/lhecker/fix-10855` --- ### 📝 Commits (2) - [`7d61cea`](https://github.com/microsoft/terminal/commit/7d61ceae19611862448e15a5181207796dc89209) Fix font changes not resizing _invalidMap - [`10eee4d`](https://github.com/microsoft/terminal/commit/10eee4d104e5bc6418e1a8a26e2acac642fd523c) Fix linter & Remove duplicate code ### 📊 Changes **1 file changed** (+6 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/renderer/dx/DxRenderer.cpp` (+6 -5) </details> ### 📄 Description The `_invalidMap` size is dependent on both `clientSize` as well as `glyphCellSize` and must be resized when either changes. ## PR Checklist * [x] Closes #10855 * [x] I work here ## Validation Steps Performed * Changing font size with Ctrl+Mousewheel in fullscreen works ✔️ --- <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:27:24 +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#28268