diff options
author | Christian Duerr <contact@christianduerr.com> | 2022-11-28 02:06:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-28 02:06:19 +0000 |
commit | 19120f40be0d2555f984bcadafa0bde8f3df2311 (patch) | |
tree | 3662c6122c4cb76e162050bf8f2cc01ea3552448 /CHANGELOG.md | |
parent | d92a8a0e16eda3df7566e5c995aa0d258b6b76f7 (diff) | |
download | alacritty-19120f40be0d2555f984bcadafa0bde8f3df2311.tar.gz alacritty-19120f40be0d2555f984bcadafa0bde8f3df2311.zip |
Fix padding update not updating renderer
This fixes an issue where it was possible to update the padding of the
terminal without actually queueing an update for the renderer
projection, leading to a blurry projection.
Closes #6502.
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 ba393d7e..bb37f005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Crash with `OT-SVG` fonts on Linux/BSD - Crash during text compose on old GNOME under Wayland - Mouse cursor staying hidden after window regains focus on macOS Ventura +- Blurry fonts when changing padding size at runtime ## 0.11.0 |