Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
throwing in the simplest fix i can think of while i ponder about what…
… the real fix should be (#4559) ## Summary of the Pull Request The issue seems to be how `SwapChainScaleChanged` gets fired and attempts to tell the renderer to `UpdateDPI` when the renderer is gone. So, as a quick bandaid, we'll put a quick check to only do the thing if the renderer is alive. ## PR Checklist * [x] Closes #4539 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [x] Tests added/passed ## Validation Steps Performed Held my new tab button for about thirty seconds then held the close tab button until all tabs closed without a crash.
- Loading branch information