Skip to content

Commit

Permalink
fix: Revert Block widget change that broke autoinfo background
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Feb 7, 2022
1 parent e7f5ec5 commit ad62e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-tui/src/widgets/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad62e1e

Please sign in to comment.