mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
parent
05df4f4dba
commit
dc063180f3
2 changed files with 2 additions and 1 deletions
|
@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Crash on `clear` when scrolled up in history
|
||||
- Entire screen getting underlined/stroke out when running `clear`
|
||||
- Slow startup on some Wayland compositors
|
||||
- Padding not consistently visible on macOS
|
||||
|
||||
### Removed
|
||||
|
||||
|
|
|
@ -343,8 +343,8 @@ impl Display {
|
|||
// Resize renderer
|
||||
let physical =
|
||||
PhysicalSize::new(f64::from(self.size_info.width), f64::from(self.size_info.height));
|
||||
self.renderer.resize(&self.size_info);
|
||||
self.window.resize(physical);
|
||||
self.renderer.resize(&self.size_info);
|
||||
}
|
||||
|
||||
/// Draw the screen
|
||||
|
|
Loading…
Reference in a new issue