diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-06-02 16:11:43 +0300 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2023-06-26 13:42:07 +0400 |
commit | 0e6ce4523b0ef6ee2f7e2f055e2cc55490009e86 (patch) | |
tree | 56e0ef24733c3ceeee7c59e5c1cab1331f3520e7 /CHANGELOG.md | |
parent | 284f2c49a9a61ca9b6dabc6513448b528108227c (diff) | |
download | alacritty-0e6ce4523b0ef6ee2f7e2f055e2cc55490009e86.tar.gz alacritty-0e6ce4523b0ef6ee2f7e2f055e2cc55490009e86.zip |
Fix crash on ScaleFactorChange on Windows
Windows is known to send zero sizes from winit in Risezed and now
in ScaleFactorChanged events. They were handled in Resized, but
not in ScaleFactorChanged.
Fixes #6949.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4096bb18..89a47167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Hyperlink preview not being shown when the terminal has exactly 2 lines +- Crash on Windows when changing display scale factor ## 0.12.1 |