fix: Revert Block widget change that broke autoinfo background
This commit is contained in:
parent
e7f5ec5561
commit
ad62e1e129
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue