mirror of
https://github.com/helix-editor/helix
synced 2024-11-10 10:34:45 +01:00
fix: Revert Block widget change that broke autoinfo background
This commit is contained in:
parent
e7f5ec5561
commit
ad62e1e129
@ -134,7 +134,7 @@ impl<'a> Widget for Block<'a> {
|
||||
if area.area() == 0 {
|
||||
return;
|
||||
}
|
||||
buf.clear_with(area, self.style);
|
||||
buf.set_style(area, self.style);
|
||||
let symbols = BorderType::line_symbols(self.border_type);
|
||||
|
||||
// Sides
|
||||
|
Loading…
Reference in New Issue
Block a user