diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-12-21 06:40:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-21 06:40:22 +0000 |
commit | 5725f5812ca5e8d7d992da4ac66aa454a8a9a9ad (patch) | |
tree | 9f15030007cb7a7f66c95640623f74e735754152 /CHANGELOG.md | |
parent | 6e1b9d8b2502f5b47dc28eb5e0853e46ad8b4e84 (diff) | |
download | alacritty-5725f5812ca5e8d7d992da4ac66aa454a8a9a9ad.tar.gz alacritty-5725f5812ca5e8d7d992da4ac66aa454a8a9a9ad.zip |
Fix artifacts on macOS with transparent windows
Due to the way macOS draws shadows for transparent windows, resizing
them will lead to text artifacts remaining present after a window has
been resized.
The `invalidateShadow` call is used whenever the opacity isn't `1.0` to
make sure these shadows are cleared before redrawing, so no artifacts
remain when resizing transparent windows.
Fixes #889.
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 ae6deaea..d9701053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - High CPU usage on BSD with live config reload enabled - Alacritty not discarding invalid escape sequences starting with ESC - Crash due to clipboard not being properly released on Wayland +- Shadow artifacts when resizing transparent windows on macOS ### Removed |